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

FreeBSD Manual Pages

  
 
  

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

NAME
     al_fixhypot - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    al_fixed al_fixhypot(al_fixed x, al_fixed y)

DESCRIPTION
     Fixed point hypotenuse (returns the square root of x*x + y*y).  This should
     be  better  than calculating the formula yourself manually, since the error
     is much smaller.

Allegro reference manual					  al_fixhypot(3)

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

home | help