Skip to main content

log10

Overloads

NameDescription
log10(bool arg) -> realCalculates the base-10 logarithm of the given value.
log10(complex arg) -> complexCalculates the base-10 logarithm of the given value.
log10(real arg) -> realCalculates the base-10 logarithm of the given value.
log10(integer arg) -> realCalculates the base-10 logarithm of the given value.

log10(bool arg) -> real

Calculates the base-10 logarithm of the given value.

Parameters

  • arg: The value to calculate the base-10 logarithm for.

log10(complex arg) -> complex

Calculates the base-10 logarithm of the given value.

Parameters

  • arg: The value to calculate the base-10 logarithm for.

log10(real arg) -> real

Calculates the base-10 logarithm of the given value.

Parameters

  • arg: The value to calculate the base-10 logarithm for.

log10(integer arg) -> real

Calculates the base-10 logarithm of the given value.

Parameters

  • arg: The value to calculate the base-10 logarithm for.