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 11:05, 18 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 returns non negative square root of the number. If the number given is negative,a domain error occurs and NaN is returned.

C library function-sqrt()

sqrt()[stands for square root is a function in the c standard library, declared in the header file math.h. sqrt() reads number and returns non negative square root of the number.