EXSLT - math:log - Implementer Page

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

Function Syntax

number math:log(number)

The math:log function returns the natural logarithm of a number.

The return value is the natural logarithm of number. The base is e.

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:log.

The following implementations of math:log are available:

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

Change History

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

Returns the log value of the passed argument.

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