Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_fixsqrt(3)		    Library Functions Manual		   al_fixsqrt(3)

NAME
     al_fixsqrt - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    al_fixed al_fixsqrt(al_fixed x)

DESCRIPTION
     This  finds out the non negative square root of x.  If x is negative, Alle-
     gro's errno is set to EDOM and the function returns zero.

Allegro reference manual					   al_fixsqrt(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_fixsqrt&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help