Basic30 Language Reference
atan Function

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

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

Also See: tan