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