RealDigits - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MmaTranslator[Mma]

  

RealDigits

  

return a list of digits

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

RealDigits(arguments)

Parameters

arguments

-

Maple translation of the Mathematica command arguments

Description

• 

The RealDigits command returns a list of digits in the specified approximate real number.

Examples

withMmaTranslatorMma:

Use the command with the Maple translation.

RealDigitsevalf97459,15

1,0,8,2,7,7,7,7,7,7,7,7,7,7,8,0,4

(1)

Alternatively, you can use the FromMma command with the evaluate option specified.

withMmaTranslator:

FromMma`RealDigits[N[9745/9, 15]]`,evaluate

1,0,8,2,7,7,7,7,7,7,7,7,7,7,8,0,4

(2)

See Also

MmaTranslator

MmaTranslator[FromMma]

MmaTranslator[Mma]