Query: fixhypot
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
fixhypot(3alleg4) Allegro manual fixhypot(3alleg4)NAMEfixhypot - Fixed point hypotenuse. Allegro game programming library.SYNOPSIS#include <allegro.h> fixed fixhypot(fixed x, fixed y);DESCRIPTIONFixed 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 ALSOAllegro version 4.4.2 fixhypot(3alleg4)
Related Man Pages |
---|
fixed(3alleg4) - debian |
fixed(3alleg4) - centos |
exfixed(3alleg4) - centos |
exfixed(3alleg4) - php |
exfixed(3alleg4) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |