log
Overloads
| Name | Description |
|---|---|
log(real arg) -> real | Calculates the natural logarithm (base e) of the given value. |
log(bool arg) -> real | Calculates the natural logarithm (base e) of the given value. |
log(complex arg) -> complex | Calculates the natural logarithm (base e) of the given value. |
log(integer arg) -> real | Calculates the natural logarithm (base e) of the given value. |
log(real arg) -> real
Calculates the natural logarithm (base e) of the given value.
Parameters
- arg: The value to calculate the natural logarithm for.
log(bool arg) -> real
Calculates the natural logarithm (base e) of the given value.
Parameters
- arg: The value to calculate the natural logarithm for.
log(complex arg) -> complex
Calculates the natural logarithm (base e) of the given value.
Parameters
- arg: The value to calculate the natural logarithm for.
log(integer arg) -> real
Calculates the natural logarithm (base e) of the given value.
Parameters
- arg: The value to calculate the natural logarithm for.