MapleTA[Builtin]
abs
absolute value
sqrt
square root
log
logarithm
ln
natural logarithm
exp
exponential
Calling Sequence
Parameters
Description
Examples
Compatibility
abs(x) sqrt(x) log(x) ln(x) exp(x)
x
-
expression
The functions: sqrt, log, ln, and exp in the MapleTA[Builtin] subpackage return a floating point result computed by applying the respective function to a single argument x.
The abs function returns the absolute value of the argument x.
with⁡MapleTABuiltin:
abs⁡−1
1
sqrt⁡9
3.
log⁡10
1.
ln⁡exp⁡3
3.000000000
The MapleTA[Builtin][abs], MapleTA[Builtin][sqrt], MapleTA[Builtin][log], MapleTA[Builtin][ln] and MapleTA[Builtin][exp] commands were introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
MapleTA
Download Help Document