fixhypot(3alleg4) debian man page | unix.com

Man Page: fixhypot

Operating Environment: debian

Section: 3alleg4

fixhypot(3alleg4)						  Allegro manual						 fixhypot(3alleg4)

NAME
fixhypot - Fixed point hypotenuse. Allegro game programming library.
SYNOPSIS
#include <allegro.h> fixed fixhypot(fixed x, 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.
SEE ALSO
Allegro version 4.4.2 fixhypot(3alleg4)
Related Man Pages
fixed(3alleg4) - debian
fixed(3alleg4) - centos
exfixed(3alleg4) - suse
fixed(3alleg4) - redhat
fixed(3alleg4) - freebsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...