Returns true if the argument is a valid logical decimal number. The sign and exponent must both be zero, and all decimal digits in the coefficient must be either '1' or '0'.
See Implementation
Returns true if the argument is a valid logical decimal number. The sign and exponent must both be zero, and all decimal digits in the coefficient must be either '1' or '0'.