It appears that only single digit numbers work (0 thru 9)
Chat with our AI personalities
No - octal numbers use only the digits 0-7.
In Excel, the function is Round(number, num_digits) wherenumber is the number that you want to round,andnum_digits is the number of digits after the decimal point that you want.If num_digits < 0 then the number is rounded to that many digits to the left of the decimal point.
Perhaps you mean an automorphic number? Loop through a series of numbers - for example, all numbers from 1 to 10,000 - and check each of the numbers, whether the condition applies. The condition in this case is that if you square the number, the last digits represent the original number.
C. 6
Assuming you're asking about IEEE-754 floating-point numbers, then the three parts are base, digits, and exponent.