MmaTranslator[Mma]
Precision
return the number of digits of precision
Calling Sequence
Parameters
Description
Examples
Precision(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The Precision command returns the number of digits of precision in the specified number.
withMmaTranslatorMma:
Use the command with the Maple translation.
Precision3746.983784769301
15
Alternatively, you can use the FromMma command with the evaluate option specified.
withMmaTranslator:
FromMma`Precision[3746.983784769301]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document