Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
sqrt(3)
Edit
PageHistory
Diff
Info
LikePages
!!!SQRT ---- !!NAME sqrt - square root function !!SYNOPSIS __#include <math.h>__ __double sqrt (double ''x'');__ !!DESCRIPTION The __sqrt()__ function returns the non-negative square root of ''x''. It fails and sets ''errno'' to [EDOM], if ''x'' is negative. !!ERRORS __[EDOM]__ ''x'' is negative. !!CONFORMING TO SVID 3, [POSIX], [BSD] 4.3, [ISO] 9899 !!SEE ALSO hypot(3)
7 pages link to
sqrt(3)
:
Man3s
cbrt(3)
exp(3)
hypot(3)
log10(3)
pow(3)
log(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.