menu
stdc package
documentation
math.dart
MathStdc
ceil method
ceil method
dark_mode
light_mode
ceil
method
double
ceil
(
double
x
)
Computes the smallest integer value not less than
x
.
Implementation
double ceil(double x) => x.ceilToDouble();
stdc package
documentation
math
MathStdc
ceil method
MathStdc extension on
Stdc