Hi,
I would like to round some values.
Example : 5.5324343434 >> 5.5
I don’t want to round to the nearest integer (floor or ceil math function)
What I want to do, is only round to the first decimal like on these examples :
5.34343434 >> 5.3
2.9877939 >> 2.9
8.583002002 >> 8.5
Thank you for your help
Olivier