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_fixhypot - Allegro 5 API

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(3alleg5)

Name

       al_fixhypot - Allegro 5 API

Synopsis

              #include <allegro5/allegro.h>

              al_fixed al_fixhypot(al_fixed x, al_fixed y)

See Also