abs
public static double abs(double x)
throws XPathException
Get the absolute value of a numeric value (SStL)
acos
public static double acos(double x)
throws XPathException
Get the arccosine of a numeric value (SStL)
asin
public static double asin(double x)
throws XPathException
Get the arcsine of a numeric value (SStL)
atan
public static double atan(double x)
throws XPathException
Get the arctangent of a numeric value (SStL)
atan2
public static double atan2(double x,
double y)
throws XPathException
Converts rectangular coordinates to polar (SStL)
constant
public static double constant(String name,
double precision)
throws XPathException
Get a named constant to a given precision (SStL)
cos
public static double cos(double x)
throws XPathException
Get the cosine of a numeric value (SStL)
exp
public static double exp(double x)
throws XPathException
Get the exponential of a numeric value (SStL)
log
public static double log(double x)
throws XPathException
Get the logarithm of a numeric value (SStL)
max
public static double max(NodeEnumeration nsv)
throws XPathException
Get the maximum numeric value of the string-value of each of a set of nodes
min
public static double min(NodeEnumeration nsv)
throws XPathException
Get the minimum numeric value of the string-value of each of a set of nodes
power
public static double power(double x,
double y)
throws XPathException
Get the power of two numeric values (SStL)
random
public static double random()
throws XPathException
Get a random numeric value (SStL)
sin
public static double sin(double x)
throws XPathException
Get the sine of a numeric value (SStL)
sqrt
public static double sqrt(double x)
throws XPathException
Get the square root of a numeric value (SStL)
tan
public static double tan(double x)
throws XPathException
Get the tangent of a numeric value (SStL)