Show Deprecated Endpoints
-
isNaN
Determines if a value is NaN.
POST /number/isNaNDetermines whether the passed value is Not-a-Number and its type is Number.
-
parseInt
Converts a string to an integer.
POST /number/parseIntParses a string argument and returns an integer of the specified radix or base.
-
toString
Convert number to string.
POST /number/toStringReturns a string representing the specified Number object.