EXSLT - math:exp - Implementer Page

Version: 1
Status: implemented
User Page: index.html
XML Definition: math.exp.xml
Function Package: math.exp.zip

Function Syntax

number math:exp(number)

The math:exp function returns e (the base of natural logarithms) raised to a power.

The return value is the power of the constant e. The constant e is Euler's constant, approximately equal to 2.178.

An implementation of this extension function in the EXSLT math namespace must conform to the behaviour described in this document.

Implementations

No XSLT processors that we know of have built-in support for math:exp.

The following implementations of math:exp are available:

LanguageImplemented VersionCreatorDateDownload
Msxsl1James Fuller2001-06-16math.exp.msxsl.xsl
Javascript1James Fuller2001-06-16math.exp.js

Change History

Submitted: 2001-06-16
Creator: James Fuller(http://www.on-idle.com)

Returns the exp value of the passed argument.

http://www.exslt.org/math/functions/exp/math.exp.html last modified 2001-06-16