Skip to main content

log

Overloads

NameDescription
log(real arg) -> realCalculates the natural logarithm (base e) of the given value.
log(bool arg) -> realCalculates the natural logarithm (base e) of the given value.
log(complex arg) -> complexCalculates the natural logarithm (base e) of the given value.
log(integer arg) -> realCalculates 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.