| Class | Description |
|---|---|
| AbsFunctionExtension | |
| AcosFunctionExtension | |
| AsinFunctionExtension | |
| AtanFunctionExtension | |
| BinaryFunctionExtension |
bin(a)
This class wraps the java.lang.Integer.toBinaryString and java.lang.Long.toBinaryString methods,
which returns a string representation of the integer/long argument as an unsigned integer in base 2.
|
| CeilingFunctionExtension |
ceil(a)
Wraps java.lang.Math.ceil()
Returns the smallest (closest to negative infinity) double value that is greater
than or equal to the argument and is equal to a mathematical integer.
|
| ConvertFunctionExtension |
conv(a,fromBase,toBase)
convert the value from one base to other base.
|
| CopySignFunctionExtension | |
| CosFunctionExtension | |
| CoshFunctionExtension | |
| CubeRootFunctionExtension | |
| EFunctionExtension | |
| ExponentFunctionExtension |
exp(a)
Returns Euler's number e raised to the power of 'a' - the input argument
Accept Type(s) :INT/LONG/FLOAT/DOUBLE
Return Type(s): DOUBLE
|
| FloorFunctionExtension |
floor(a)
A Class which is used to calculate the floor value.
|
| GetExponentFunctionExtension |
get_exponent(a)
Returns the unbiased exponent used in the representation of 'a'
Accept Type(s) :INT/LONG/FLOAT/DOUBLE
Return Type(s): INT
|
| HexFunctionExtension |
hex(a)
Converts 'a' to hex
Accept Type(s):INT,LONG,FLOAT,DOUBLE
Return Type(s): STRING
|
| IsInfiniteFunctionExtension | |
| IsNanFunctionExtension | |
| LnFunctionExtension | |
| Log10FunctionExtension | |
| Log2FunctionExtension | |
| LogFunctionExtension | |
| MaxFunctionExtension | |
| MinFunctionExtension | |
| OctalFunctionExtension |
oct(a)
Converts 'a' to octal
Accept Type(s):INT,LONG
Return Type(s): STRING
|
| ParseDoubleFunctionExtension | |
| ParseFloatFunctionExtension | |
| ParseIntFunctionExtension | |
| ParseLongFunctionExtension | |
| PiFunctionExtension | |
| PowerFunctionExtension | |
| RandomFunctionExtension | |
| SignFunctionExtension |
signum(a);
Returns the sign of a as '1.0' (if a is positive) or '-1.0' (if a is
negative), '0.0' otherwise.
|
| SinFunctionExtension | |
| SinhFunctionExtension | |
| SquareRootFunctionExtension | |
| TanFunctionExtension | |
| TanhFunctionExtension | |
| ToDegreesFunctionExtension | |
| ToRadiansFunctionExtension |
to_radians(a)
Converts a from degrees to radians.
|
Copyright © 2015 WSO2. All Rights Reserved.