Name: operation (opt) Type: enum Default: 1 Note: Specifies type of operation. type could be :
0: no operation – input value(s) pass through node with no changes
1: exp (default) – Calculates ‘e’ raise it to the power of a number, e^number. The predefined variable ‘e’ is the base of the natural logarithm, which is 2.718.
2: log – Calculates the natural logarithm of a number, logenumber. the natural logarithm uses the constant ‘e’, which is 2.718.
3: log10 – Calculates the log base 10 of input number.
4: sqrt – Calculates the square root of a positive number.
5: cbrt – Computes cubed root of input value.
Name: input (in) Type: float3 Default: 0.0,0.0,0.0 Note: The input Value.
Name: output (out) Type: float3 Default: 0.0, 0.0, 0.0 Note: The output Value.