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

exp

exp( 
n_number 
) 
=> f_result

Description

Raises e to a given power.

Arguments

n_number

Power to raise e to.

Value Returned

f_result

Value of e raised to the n_numberth power.

Examples

exp( 1 )  
=> 2.718282
exp( 3.0) 
=> 20.08554

Related Topics

asin

atan

cos

log

sin

Arithmetic Functions


Return to top
 ⠀
X