log10 function

Syntax

  • float log10(float value)

Returns

Base-10 logarithm of value.

Description

The log10 function calculates the base-10 logarithm of value.

Related


In this topic