menu
cdart package
documentation
math.dart
nexttoward function
nexttoward function
dark_mode
light_mode
nexttoward
function
double
nexttoward
(
double
x
,
double
y
)
Implementation
double nexttoward(double x, double y) => nextafter(x, y);
cdart package
documentation
math
nexttoward function
math library