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.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
Precision⁡3746.983784769301
15
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`Precision[3746.983784769301]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document