Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

log10

log10( 
n_number 
) 
=> f_result

Description

Returns the base 10 logarithm of a floating-point number or integer.

Arguments

n_number

Floating-point number or integer.

Value Returned

f_result

Base 10 logarithm of the value passed in.

Examples

log10( 10.0 ) 
=> 1.0
log10( -20.0 )
=> complex(1.30103, 1.36438)

Related Topics

log

sqrt

Arithmetic Functions


Return to top
 ⠀
X