1al_fixsqrt(3) Library Functions Manual al_fixsqrt(3)
23
4
NAME
6al_fixsqrt
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
al_fixed al_fixsqrt(al_fixed x)
12
DESCRIPTION
14This finds out the non negative square root of x. If x is negative,
15Allegro's errno is set to EDOM and the function returns zero.
1617
18
19
Allegro reference manual al_fixsqrt(3)