Summary
Determines if a value is NaN.
Description
Determines whether the passed value is Not-a-Number and its type is Number.
Route
POST /number/isNaN
Roles
admin
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| value | * | yes | The value to be tested for NaN |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| result | boolean | True if the given value is NaN and its type is Number; false, otherwise |