17.05.2015 Views

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Square Root<br />

sqrt<br />

Syntax #include <br />

Defined in<br />

double sqrt(x)<br />

double X;<br />

sqrt. obj in rts .lib<br />

Description The sqrt function returns the nonnegative square root of a real number x.<br />

A domain error occurs if the argument is negative.<br />

Example double X, y;<br />

X 100.0;<br />

Y = sqrt(x); /* return value 10.0 */<br />

6-65

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!