log()
Math / CalculationDescription
Calculates the natural logarithm (base e) of a number.
Syntax
float log(float x)
Parameters
| Name | Type | Description |
|---|---|---|
| x | float | number greater than 0 |
Returns
floatRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...