Precision - 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]

  

Precision

  

return the number of digits of precision

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Precision(arguments)

Parameters

arguments

-

Maple translation of the Mathematica command arguments

Description

• 

The Precision command returns the number of digits of precision in the specified number.

Examples

withMmaTranslatorMma:

Use the command with the Maple translation.

Precision3746.983784769301

15

(1)

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

withMmaTranslator:

FromMma`Precision[3746.983784769301]`,evaluate

15

(2)

See Also

MmaTranslator

MmaTranslator[FromMma]

MmaTranslator[Mma]