Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_fixatan(3)		    Library Functions Manual		   al_fixatan(3)

NAME
     al_fixatan - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    al_fixed al_fixatan(al_fixed x)

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));

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

Allegro reference manual					   al_fixatan(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_fixatan&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help