log10
Overloads
| Name | Description |
|---|---|
log10(bool arg) -> real | Calculates the base-10 logarithm of the given value. |
log10(complex arg) -> complex | Calculates the base-10 logarithm of the given value. |
log10(real arg) -> real | Calculates the base-10 logarithm of the given value. |
log10(integer arg) -> real | Calculates 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.