Skip to content

Math.Log1p

Name Mandatory Description Default Type
⬅️ Input The input float or sequence of floats to add 1 to and then calculate the natural logarithm of. FloatFloat2Float3Float4Color[Any]
Output ➡️ Outputs the natural logarithm of the input plus 1. FloatFloat2Float3Float4Color[Any]

This shard adds 1 to the input and then calculates the natural logarithm of the result.