|
Class Summary |
| AddFunction |
A FunctionNode which performs the mathematical function of
addition. |
| ArcCosineFunction |
A FunctionNode which performs the inverse trigonometric function of
arccosine. |
| ArcSineFunction |
A FunctionNode which performs the inverse trigonometric function of
arcsine. |
| ArcTangentFunction |
A FunctionNode which performs the inverse trigonometric function of
arctangent. |
| CoefficientPowerFunction |
The CoefficientPowerFunction is equivalent to a PowerFunction
combined with a MultiplyFunction. |
| CosecantFunction |
A FunctionNode which performs the reciprocal trigonometric
function of cosecant. |
| CosineFunction |
A FunctionNode which performs the trigonometric function of
cosine. |
| CotangentFunction |
A FunctionNode which performs the reciprocal trigonometric
function of cotangent. |
| CubeFunction |
A FunctionNode which performs the arithmetic function of cube,
that is - raising to the third power. |
| CubeRootFunction |
A FunctionNode which performs the mathematical function of cube
root. |
| FactorialFunction |
A FunctionNode which performs the mathematical function of
factorial, which is normally expressed with an exclamation mark !
For example:
5! = 5 x 4 x 3 x 2 x 1 = FACTORIAL 5 |
| HyperbolicCosineFunction |
A FunctionNode which performs the hyperbolic trigonometric
function of hyperbolic cosine. |
| HyperbolicSineFunction |
A FunctionNode which performs the hyperbolic trigonometric
function of hyperbolic sine. |
| HyperbolicTangentFunction |
A FunctionNode which performs the hyperbolic trigonometric
function of hyperbolic tangent. |
| InvertFunction |
A FunctionNode which performs the multiplicative inverse (or
reciprocal), that is the inverse of x is 1/x. |
| Log10Function |
A FunctionNode which performs the common (base 10) logarithm. |
| LogFunction |
A FunctionNode which performs the natural (base e) logarithm. |
| MaxFunction |
A FunctionNode which performs the simple comparison function
of determining which of 2 numbers is larger, as per the boolean greater-than
function. |
| MinFunction |
A MinFunction which performs the simple comparison function
of determining which of 2 numbers is smaller, as per the boolean less-than
function. |
| ModuloFunction |
A FunctionNode which performs the modulo operation, that is
it finds the remainder of division. |
| MultiplyFunction |
A FunctionNode which performs the mathematical function of
multiplication. |
| PowerFunction |
A FunctionNode which performs the mathematical operation of
exponentiation. |
| ProtectedDivisionFunction |
A FunctionNode which performs the arithmetic function of
division. |
| SecantFunction |
A FunctionNode which performs the reciprocal trigonometric
function of secant. |
| SignumFunction |
A FunctionNode which performs the mathematical sign function
that extracts the sign of a number. |
| SineFunction |
A FunctionNode which performs the trigonometric function of
sine. |
| SquareFunction |
A FunctionNode which performs the arithmetic function of squaring,
that is - raising to the second power. |
| SquareRootFunction |
A FunctionNode which performs the mathematical function of square
root. |
| SubtractFunction |
A FunctionNode which performs the mathematical function of
subtraction. |
| TangentFunction |
A FunctionNode which performs the trigonometric function of
tangent. |