Java Math Engine: Built-In Functions


The system has several built-in functions. Their name is case sensitive. All these functions require their argument be in parenthesis. sin x is not allowed. Use sin(x) instead. The argument of each function can be any valid mathematical expression. The complete list is:

The system will check to see if expr is in the domain of the function, an error will be returned if it is not.

All the operations supported by the Java Math Engine (see help on operations) can also be applied to functions to create new ones. In this case, the operations are pointwise. For examples, the expessions below are all valid: