not a stub |
m YoshBot moved page ProtoFlux:Is NaN to ProtoFlux:IsNaN: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:25, 21 August 2025
Is NaN
Operators
The Is NaN node takes in a value and returns if this value is NaN
(Not a Number).
Inputs
Value (Pseudo-Generic)
The value we are checking.
Outputs
* (bool)
Returns if the provided value is not a number.
See Also
- Wikipedia's definition of NaN.
- Microsoft's documentation on the float NaN and double NaN.