log10 function

Syntax

  • float log10(x)

Parameters

  1. x—float

Returns

Base-10 logarithm of x.

Description

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

Related


In this topic