al_fixsqrt
al_fixed al_fixsqrt(al_fixed x)
Introduced in 5.0.0
This finds out the non negative square root of x
. If x
is negative, Allegro's errno is set to EDOM and the function returns zero.
al_fixed al_fixsqrt(al_fixed x)
Introduced in 5.0.0
This finds out the non negative square root of x
. If x
is negative, Allegro's errno is set to EDOM and the function returns zero.