Manpages SQRTSection: Linux Programmer's Manual (3 )Updated: 1993-06-21 Index Return to Main Contents NAMEsqrt - square root functionSYNOPSIS#include <math.h> double sqrt(double x); DESCRIPTIONThe sqrt() function returns the non-negative square root of x. It fails and sets errno to EDOM, if x is negative.ERRORS
CONFORMING TOSVID 3, POSIX, BSD 4.3, ISO 9899SEE ALSOhypot(3)
IndexThis document was created by man2html, using the manual pages. Time: 03:59:08 GMT, February 10, 2025 |