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

sin

sin( 
n_number 
) 
=> f_result

Description

Returns the sine of a floating-point number or integer.

Arguments

n_number

Floating-point number or integer.

Value Returned

f_result

Sine of n_number.

Examples

sin(3.14/2)        
=> 0.9999997
sin(3.14159/2)     
=> 1.0

Floating point results from evaluating the same expressions may be machine dependent.

Related Topics

Trigonometric Functions

asin


Return to top
 ⠀
X