Basic30 Language Reference
acos Function

Calculate the arc cosine of a 32 bit floating point value.

Function acosf(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=acos(a)
 

Also See: cos