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. | Float Float2 Float3 Float4 Color [Any] |
||
Output ➡️ |
Outputs the natural logarithm of the input plus 1. | Float Float2 Float3 Float4 Color [Any] |
This shard adds 1 to the input and then calculates the natural logarithm of the result.