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 |
| exfixed(3alleg4) - netbsd |
| fixed(3alleg4) - plan9 |
| fixed(3alleg4) - mojave |
| exfixed(3alleg4) - mojave |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |