The Logarithm (log) token evaluates the natural (base e, or Napierian) logarithm of an expression.
The Exponential (exp) token evaluates the value e^expression where e is the natural (Napierian) base of logarithms, or approximately 2.718.
The Power (pow) token evaluates the value x^y where x and y are other expressions. Arguments include:
|
Argument |
Description |
<x> |
Expression for the base, that is, the expression to be raised to the power of the second expression. |
<y> |
Expression for the exponent. |
The Square Root (sqrt) token evaluates the square root of an expression.
SOFTIMAGE|XSI v6.01