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

al_fixatan - Allegro 5 API

Description

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

       Example:

              al_fixed result;

              /* Sets result to binary angle 13. */
              result = al_fixatan(al_ftofix(0.326));

Name

       al_fixatan - Allegro 5 API

Return Value

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

Allegro reference manual                                                                     al_fixatan(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              al_fixed al_fixatan(al_fixed x)

See Also