EasyManua.ls Logo

Texas Instruments TMS34010

Texas Instruments TMS34010
181 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Square
Root
Syntax
#include
<math.h>
double
sqrt(x)
double
X;
Defined
in
sqrt.
obj
in
rts
.lib
sqrt
Description
The sqrt function returns the nonnegative square root
of
a
real
number x.
A domain error occurs
if
the argument
is
negative.
Example
double
X,
y;
X
100.0;
Y =
sqrt(x);
/*
return
value
10.0
*/
6-65

Table of Contents

Other manuals for Texas Instruments TMS34010

Related product manuals