DoxigAlpha

isNan

Function parameters

Parameters

#
x:anytype

Functions in this namespace

Functions

#
isSignalNan
TODO: LLVM is known to miscompile on some architectures to quiet NaN -

Source

Implementation

#
pub fn isNan(x: anytype) bool {
    return x != x;
}