Jump to content

User:Varshajoshi36/sandbox

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Varshajoshi36 (talk | contribs) at 07:05, 15 September 2011. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

C library function-sqrt()

sqrt() is a function in the c standard library, declared in the header file math.h. sqrt() reads number and gives its square root. If the number given is negative,a domain error occurs.