abeschneider
Mechanical
- Sep 25, 2003
- 189
Is it possible to round numbers to a specific number of digits?
ie round(19.0475, 2) = 19.05
Can't seem to figure out how to accomplish anything but:
round(19.0475) = 19
Thanks!
ie round(19.0475, 2) = 19.05
Can't seem to figure out how to accomplish anything but:
round(19.0475) = 19
Thanks!