menu
cdart package
documentation
math.dart
roundf function
roundf function
dark_mode
light_mode
roundf
function
double
roundf
(
double
x
)
Implementation
double roundf(double x) => x.roundToDouble();
cdart package
documentation
math
roundf function
math library