isSafeInt()

Determines if the argument that is passed in is an integer in the range of -9007199254740991 and 9007199254740991.

This function is valid in v2.0.0 to v2.24.3. This function has been downloaded 63 times.

Parameter

{number} value
Value to test out.

Returns

{boolean}
Boolean indicating if value is an integer within the range of -9007199254740991 and 9007199254740991.

Requiring Function

This function is directly required by the following function:

  • isPrime()
    Determines if a number is a prime integer.