MapleTA[Builtin]
lsu
least significant unit
Calling Sequence
Parameters
Description
Examples
Compatibility
lsu(n, x)
n
-
integer
x
numeric
The lsu command returns the unit in the nth significant place of x. This is called the least significant unit of x in the nth place. For example, lsu(3, 3.14159) returns 0.01 (the unit in the third significant place).
This operation is designed to be used when setting the tolerance for correct answers. For example, to accept an answer to within a tolerance of one unit in the third significant digit, use: lsu(3, answer).
MapleTA:-Builtin:-lsu⁡3,3.14159
0.01
MapleTA:-Builtin:-lsu⁡2,314
10.
The MapleTA[Builtin][lsu] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
MapleTA
Download Help Document