I have a table, in each row, I have a list of values, now I need to change each value to its half (replace each cell value in a table with value/2).
Now, it's possible to manually calculate the halves and place them in the table, but I was wondering if there's a way to do simple math operations inside latex so the value can be replaced easily.
N.B: I'm looking for an in-place change if that's possible in latex.
\small{$\pm$ std} & 17.28 & 25.82 & 24.85 & \textbf{40.62} & 33.99 & 42.13 & 32.7 & 21.46 & 17.64 \\
