MmaTranslator[Mma]
RealDigits
return a list of digits
Calling Sequence
Parameters
Description
Examples
RealDigits(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The RealDigits command returns a list of digits in the specified approximate real number.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
RealDigits⁡evalf⁡97459,15
1,0,8,2,7,7,7,7,7,7,7,7,7,7,8,0,4
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`RealDigits[N[9745/9, 15]]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document