isSafeFloat
Public Readonly Variable
Check if a float is safe to use. ie: Not too big or small.
Signature
isSafeFloat: (n: number) => boolean
Public Readonly Variable
Check if a float is safe to use. ie: Not too big or small.
isSafeFloat: (n: number) => boolean