Basic30 Language Reference
asin Function

Return the arc sine of a 32 bit floating point value in radians.

Function asin(x As Single) As Single

Requirements

  1. This function requires the link time library "libm.a".  It is a free download from the Microchip website.

Examples

Dim a,x as Single

x=asin(a)
 

Also See: sin