isBitable()

Tests to see if a number can be the operand of a bitwise operator without losing integral precision.

This function is valid in v2.1.0 to v2.24.3. This function has been downloaded 61 times.

Parameter

{number} value
Value to see if it can be an operand for a bitwise operator without losing integral precision.

Returns

{boolean}
true if value will not lose integral precision when used as an operand for a bitwise operator. Otherwise false.