menu
cdart package
documentation
math.dart
isunordered function
isunordered function
dark_mode
light_mode
isunordered
function
bool
isunordered
(
double
x
,
double
y
)
Implementation
bool isunordered(double x, double y) => x.isNaN || y.isNaN;
cdart package
documentation
math
isunordered function
math library