|
class | connectivity::file::OOp_Abs |
| ABS(X) Returns the absolute value of X: More...
|
|
class | connectivity::file::OOp_Sign |
| SIGN(X) Returns the sign of the argument as -1, 0, or 1, depending on whether X is negative, zero, or positive: More...
|
|
class | connectivity::file::OOp_Mod |
| MOD(N,M) % Modulo (like the % operator in C). More...
|
|
class | connectivity::file::OOp_Floor |
| FLOOR(X) Returns the largest integer value not greater than X: More...
|
|
class | connectivity::file::OOp_Ceiling |
| CEILING(X) Returns the smallest integer value not less than X: More...
|
|
class | connectivity::file::OOp_Round |
| ROUND(X) ROUND(X,D) Returns the argument X, rounded to the nearest integer. More...
|
|
class | connectivity::file::OOp_Exp |
| EXP(X) Returns the value of e (the base of natural logarithms) raised to the power of X: More...
|
|
class | connectivity::file::OOp_Ln |
| LN(X) Returns the natural logarithm of X: More...
|
|
class | connectivity::file::OOp_Log |
| LOG(X) LOG(B,X) If called with one parameter, this function returns the natural logarithm of X: More...
|
|
class | connectivity::file::OOp_Log10 |
| LOG10(X) Returns the base-10 logarithm of X: More...
|
|
class | connectivity::file::OOp_Pow |
| POWER(X,Y) Returns the value of X raised to the power of Y: More...
|
|
class | connectivity::file::OOp_Sqrt |
| SQRT(X) Returns the non-negative square root of X: More...
|
|
class | connectivity::file::OOp_Pi |
| PI() Returns the value of PI. More...
|
|
class | connectivity::file::OOp_Cos |
| COS(X) Returns the cosine of X, where X is given in radians: More...
|
|
class | connectivity::file::OOp_Sin |
| SIN(X) Returns the sine of X, where X is given in radians: More...
|
|
class | connectivity::file::OOp_Tan |
| TAN(X) Returns the tangent of X, where X is given in radians: More...
|
|
class | connectivity::file::OOp_ACos |
| ACOS(X) Returns the arc cosine of X, that is, the value whose cosine is X. More...
|
|
class | connectivity::file::OOp_ASin |
| ASIN(X) Returns the arc sine of X, that is, the value whose sine is X. More...
|
|
class | connectivity::file::OOp_ATan |
| ATAN(X) Returns the arc tangent of X, that is, the value whose tangent is X: More...
|
|
class | connectivity::file::OOp_ATan2 |
| ATAN2(Y,X) Returns the arc tangent of the two variables X and Y. More...
|
|
class | connectivity::file::OOp_Degrees |
| DEGREES(X) Returns the argument X, converted from radians to degrees: More...
|
|
class | connectivity::file::OOp_Radians |
| RADIANS(X) Returns the argument X, converted from degrees to radians: More...
|
|