4Suite API Documentation

Module Ft.Xml.Xslt.Exslt.Math_

######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Xml/Xslt/Exslt/Math_.py,v 1.3 2005/02/09 11:21:20 mbrown Exp $
Functions:
Fields:

Functions

ACos(context, num)
ASin(context, num)
ATan(context, num)
ATan2(context, y, x)
Abs(context, num)
Constant(context, name, precision)
Cos(context, num)
Exp(context, num)
Highest(context, nodeset)
Log(context, num)
Lowest(context, nodeset)
Max(context, nodeset)
Min(context, nodeset)
Power(context, base, exponent)
Random(context)
Sin(context, num)
Sqrt(context, num)
Tan(context, num)

Fields

CONSTANTS = {'E': 2.7182818284590451, 'LN10': 2.3025850929940459, 'LN2': 0.69314718055994529, 'LOG2E': 1.4426950408889634, 'PI': 3.1415926535897931, 'SQRRT2': 1.4142135623730951, 'SQRT1_2': 0.70710678118654757}
EXSL_MATH_NS = 'http://exslt.org/math'
ExtFunctions = {('http://exslt.org/math', 'abs'): <function Abs>, ('http://exslt.org/math', 'acos'): <function ACos>, ('http://exslt.org/math', 'asin'): <function ASin>, ('http://exslt.org/math', 'atan'): <function ATan>, ('http://exslt.org/math', 'atan2'): <function ATan2>, ('http://exslt.org/math', 'constant'): <function Constant>, ('http://exslt.org/math', 'cos'): <function Cos>, ('http://exslt.org/math', 'exp'): <function Exp>, ('http://exslt.org/math', 'highest'): <function Highest>, ('http://exslt.org/math', 'log'): <function Log>, ...}
ExtNamespaces = {'http://exslt.org/math': 'math'}