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

NAME

6       fixsqrt - Fixed point square root. Allegro game programming library.
7

SYNOPSIS

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

DESCRIPTION

15       This finds out the non negative square root of `x'. If `x' is negative,
16       `errno' is set to EDOM and the function returns zero.
17
18

SEE ALSO

20       , exfixed(3), exlights(3), exspline(3)
21
22
23
24Allegro                          version 4.4.3                      fixsqrt(3)
Impressum