1fixhypot(3)                     Allegro manual                     fixhypot(3)
2
3
4

NAME

6       fixhypot - Fixed point hypotenuse. Allegro game programming library.
7

SYNOPSIS

9       #include <allegro.h>
10
11
12       fixed fixhypot(fixed x, fixed y);
13

DESCRIPTION

15       Fixed  point  hypotenuse (returns the square root of `x*x + y*y'). This
16       should be better than calculating the formula yourself manually,  since
17       the error is much smaller.
18
19

SEE ALSO

21Allegro                          version 4.4.3                     fixhypot(3)
Impressum