<< Click to Display Table of Contents >> Navigation: Apollo SQL > Arithmetic Functions > Arithmetic Functions |
Apollo SQL currently supports the following arithmetic functions:
Returns the absolute value of the argument. |
|
Calculates the arctangent of the given number. |
|
Returns the cosine of the angle X, in radians. |
|
Returns the value of e raised to the power of X, where e is the base of the natural logarithms. |
|
Returns the fractional part of the argument X. |
|
Returns the Integer position of a Float value. |
|
Returns the natural logarithm (Ln(e) = 1) of the float-type expression X. |
|
Returns the lowest value of the n figures. |
|
Returns the highest value of the n figures. |
|
Pi, approximated as 3.1415926535897932385. |
|
Raises Base to any power. |
|
Rounds a float-type value to an integer-type value. |
|
Rounds a float-type value to a given precision (decimals). |
|
Returns the sine of the argument. |
|
Returns the square of the argument. |
|
Returns the square root of the argument. |
|
Truncates a float-type value to an integer-type value. |
|
Truncates a float-type value to a given precision (decimals). |
See Also
Aggregate Functions, Conditional Functions, String Functions