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

asin

asin( 
n_number 
) 
=> f_result

Description

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

Arguments

n_number

Floating-point number or integer.

Value Returned

f_result

Arc sine of the value passed in.

Examples

asin(0.3) 
=> 0.3046927

Related Topics

Trigonometric Functions

sin


Return to top
 ⠀
X