log1p
Returns the natural logarithm (base e) of the input + 1
log1p(in1): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | Input value to be processed. |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The natural log of the input plus one. |