MapleTA[Builtin]
decimal
rounds a floating-point number to n decimal places
Calling Sequence
Parameters
Description
Examples
Compatibility
decimal(n, x)
n
-
integer
x
numeric
The decimal command returns x expressed as a floating-point number rounded to n decimal places.
Trailing zeros are truncated and not displayed.
MapleTA:-Builtin:-decimal⁡3,20.8571
20.857
MapleTA:-Builtin:-decimal⁡3,20.8579
20.858
The MapleTA[Builtin][decimal] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
MapleTA
MapleTA,Builtin,int
MapleTA,Builtin,numfmt
MapleTA,Builtin,sig
Download Help Document