[Feature Request]: Rounding should use float
or double
instead of int
#197
Labels
completed
This issue has been completed.
enhancement
New feature or request
new feature
A new feature has been requested.
suggestion
A suggestion has been requested.
Milestone
The
Rounding
should usefloat
ordouble
instead ofint
Why? By using
float
ordouble
, it allows for finer control, i.e. 0, 0.1 ... 0.9 - 1.0 etc. Withint
you're stuck with using 'whole' numbers.The text was updated successfully, but these errors were encountered: