[Contents] · [Home] · [Mail]

SALIERI Language - exp

Type:
exp: real -> real
exp: real x real -> real

Call syntax:
exp(exponent)
exp(basis, exponent)

Description:
exp implements exponentials. Specification of a base is optional, if ommitted, exp assumes base e.

Error conditions:
Negative bases lead to error conditions.

Example:
> exp(1)
Result= 2.7182818
> exp(10,2)
Result= 100.00000000

See also: log, root.


[Contents] · [Home] · [Mail]
© sic!systems, page frame designed by hh; this page has been automatically generated from the SALIERI Documentation Database.