ACOS(X) Returns the arc cosine of X, that is, the value whose cosine is X.
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
ASIN(X) Returns the arc sine of X, that is, the value whose sine is X.
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
ATAN2(Y,X) Returns the arc tangent of the two variables X and Y.
virtual ORowSetValue operate(const ORowSetValue &lhs, const ORowSetValue &rhs) const override
ATAN(X) Returns the arc tangent of X, that is, the value whose tangent is X:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
ABS(X) Returns the absolute value of X:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
CEILING(X) Returns the smallest integer value not less than X:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
COS(X) Returns the cosine of X, where X is given in radians:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
DEGREES(X) Returns the argument X, converted from radians to degrees:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
EXP(X) Returns the value of e (the base of natural logarithms) raised to the power of X:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
FLOOR(X) Returns the largest integer value not greater than X:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
LN(X) Returns the natural logarithm of X:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
LOG10(X) Returns the base-10 logarithm of X:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
LOG(X) LOG(B,X) If called with one parameter, this function returns the natural logarithm of X:
virtual ORowSetValue operate(const std::vector< ORowSetValue > &lhs) const override
MOD(N,M) % Modulo (like the % operator in C).
virtual ORowSetValue operate(const ORowSetValue &lhs, const ORowSetValue &rhs) const override
PI() Returns the value of PI.
virtual ORowSetValue operate(const std::vector< ORowSetValue > &lhs) const override
POWER(X,Y) Returns the value of X raised to the power of Y:
virtual ORowSetValue operate(const ORowSetValue &lhs, const ORowSetValue &rhs) const override
RADIANS(X) Returns the argument X, converted from degrees to radians:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
ROUND(X) ROUND(X,D) Returns the argument X, rounded to the nearest integer.
virtual ORowSetValue operate(const std::vector< ORowSetValue > &lhs) const override
SIGN(X) Returns the sign of the argument as -1, 0, or 1, depending on whether X is negative,...
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
SIN(X) Returns the sine of X, where X is given in radians:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
SQRT(X) Returns the non-negative square root of X:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
TAN(X) Returns the tangent of X, where X is given in radians:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override