|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| RealDigits[x] gives a list of the digits in the approximate real number x, together with the number of digits that are to the left of the decimal point. |
| RealDigits[x, b] gives a list of base-b digits in x. |
| RealDigits[x, b, len] gives a list of len digits. |
| RealDigits[x, b, len, n] gives len digits starting with the coefficient of bn. |