menu
orkitt package
documentation
utils.dart
RoundToDecimal
roundTo method
roundTo method
dark_mode
light_mode
roundTo
method
double
roundTo
(
int
places
)
Implementation
double roundTo(int places) { return (this * pow(10, places)).round() / pow(10, places); }
orkitt package
documentation
utils
RoundToDecimal
roundTo method
RoundToDecimal extension on
num