log10 function

This 2019.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

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