isSafeFloat
Public function
Check if a float is safe to use. ie: Not too big or small.
Signature
isSafeFloat: (n: number) => boolean
Parameters
Name | Description |
---|---|
|
|
Returns
boolean
Source
Public function
Check if a float is safe to use. ie: Not too big or small.
isSafeFloat: (n: number) => boolean
Name | Description |
---|---|
|
|
boolean