logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fixatan - Fixed point inverse tangent lookup table. Allegro game programming library.

Description

       This function finds the inverse tangent of a value using a lookup table.  The input value must be a fixed
       point radian. The inverse tangent is the value whose tangent is `x'. Example:

          fixed result;

          /* Sets `result' to binary angle 13. */
          result = fixatan(ftofix(0.326));

Name

       fixatan - Fixed point inverse tangent lookup table. Allegro game programming library.

Return Value

       Returns the inverse tangent of a fixed point value, measured as a fixed point binary format angle.

See Also

Allegro                                           version 4.4.3                                 fixatan(3alleg4)

Synopsis

#include<allegro.h>fixedfixatan(fixedx);

See Also