PHP log10()

Anonymous contributor's avatar
Anonymous contributor
Published Jun 26, 2023

The log10() function returns the base-10 logarithm of a number.

  • Looking for an introduction to the theory behind programming? Master Python while learning data structures, algorithms, and more!
    • Includes 6 Courses
    • With Professional Certification
    • Beginner Friendly.
      75 hours

Syntax

log10($arg);

The function accepts a single parameter, $arg, which represents the number to calculate the base-10 logarithm for.

Codebyte Example

The following codebyte example uses the log10() function to return the base-10 logarithm of 100, then it outputs the result using echo:

Code
Output

All contributors

Learn PHP on Codecademy

  • Looking for an introduction to the theory behind programming? Master Python while learning data structures, algorithms, and more!
    • Includes 6 Courses
    • With Professional Certification
    • Beginner Friendly.
      75 hours