Go to: Related nodes. Attributes.

This node outputs the logarithm of the input in the given base. The logarithm is the inverse function to exponentiation. It computes the exponent to which the base must be raised in order to produce x.

Node nameParentsClassificationMFn typeCompatible function sets
lognodemath/operation:utility/scalar:drawdb/shader/operation/logkLogkBase
kNamedObject
kDependencyNode
kLog

Related nodes

power, logDL

Attributes (3)

base, input, output

Long name (short name)TypeDefaultFlags
base (e) double2.0outputinputconnectablestorablekeyable
The base
input (i) double0.0outputinputconnectablestorablekeyable
The product of the base raised to the output exponent.
output (o) double0.0outputconnectable
The exponent which produces the input value from the given base.