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