1al_fixsqrt(3)                                                    al_fixsqrt(3)
2
3
4

NAME

6       al_fixsqrt - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              al_fixed al_fixsqrt(al_fixed x)
12

DESCRIPTION

14       This  finds  out  the non negative square root of x.  If x is negative,
15       Allegro’s errno is set to EDOM and the function returns zero.
16
17
18
19Allegro reference manual                                         al_fixsqrt(3)
Impressum