Houdini 21.0 Nodes APEX nodes

Logarithm

Computes the natural logarithm of a value.

On this page
Since 21.0

Computes the natural logarithm of the argument val.

It’s 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 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