contents   index   previous   next



Clib.asin()

syntax:

Clib.asin(x)

where:

x - number to work with.

 

return:

number - arc sine of x.

 

description:

This method returns the arc sine of x in the range of -pi/2 to pi/2 radians.

 

see:

Clib.sin()

 

 


Clib.atan()