isNaN function

bool isNaN(
  1. num number
)

Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number).

Implementation

_i2.bool isNaN(_i2.num number) => _i6.callMethod(
      _self,
      'isNaN',
      [number],
    );