functions - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MapleTA[Builtin]

  

abs

  

absolute value

  

sqrt

  

square root

  

log

  

logarithm

  

ln

  

natural logarithm

  

exp

  

exponential

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

abs(x) sqrt(x) log(x) ln(x) exp(x)

Parameters

x

-

expression

Description

• 

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.

Examples

withMapleTABuiltin:

abs1

1

(1)

sqrt9

3.

(2)

log10

1.

(3)

lnexp3

3.000000000

(4)

Compatibility

• 

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