.\" Generated by the Allegro makedoc utility .TH fixhypot 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME fixhypot \- Fixed point hypotenuse. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B fixed fixhypot(fixed x, fixed y); .SH 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. .SH SEE ALSO