Description
In class Precision, there are methods for rounding float values, e.g.
public static float round(float x, int scale, int roundingMethod) { /* ... */ }
Is there any use for supporting specific handling of floats (in these times where memory is not a scarce resources anymore)?