Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 818 Bytes

log10-function.md

File metadata and controls

40 lines (25 loc) · 818 Bytes
title manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid description
LOG10 Function
lindalu
03/09/2015
Developer
reference
Vis_DSS.chm82251456
medium
6a005acc-55c3-ac04-d32c-370bb2797b08
Returns the base 10 logarithm of a number. The number must be positive or LOG10 returns the error value #NUM.

LOG10 Function

Returns the base 10 logarithm of a number. The number must be positive or LOG10 returns the error value #NUM.

Syntax

LOG10(number )

Parameters

Name Required/Optional Data Type Description
number
Required
Numeric
The number whose base 10 logarithm you want to find.

Return value

Numeric

Example

LOG10(42)

Returns 1.6232.