Houdini 21.0 Nodes APEX nodes

Logarithm

Computes the natural logarithm.

On this page
Since 21.0

Computes the natural logarithm of the argument val.

It is possible to compute the logarithm of an arbitrary base using the formula `Logarithm(val) / Logarithm(base).

Note

The natural logarithm is only defined for values which are greater than 0.0. If val is outside the domain, a value of 0.0 is returned.

Inputs

val: Float

The argument for the natural logarithm function. Valid values must be greater than 0.

Outputs

result: Float

The result of taking the natural logarithm of val.

See also

APEX nodes