Wow, the description says that this number will be rounded up to the
next decimal point:

trace (NumberUtilities.round(3.75,.1));

.1, being the flag to round up, so the result should be 3.8.

It's not it's: 3.8000000000000003!

I know I'm using this method correctly, any tips or suggestions.

Thanks,
Patrick

Reply via email to