logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_fixsqrt - Allegro 5 API

Description

       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.

Allegro reference manual                                                                     al_fixsqrt(3alleg5)

Name

       al_fixsqrt - Allegro 5 API

Synopsis

              #include <allegro5/allegro.h>

              al_fixed al_fixsqrt(al_fixed x)

See Also