logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

fixhypot - Fixed point hypotenuse. Allegro game programming library.

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.

Name

       fixhypot - Fixed point hypotenuse. Allegro game programming library.

See Also

Allegro                                           version 4.4.3                                fixhypot(3alleg4)

Synopsis

#include<allegro.h>fixedfixhypot(fixedx,fixedy);

See Also