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...
Raise
to·
a
Power
Syntax
#include
<math.h>
double
pow(x
,
y)
double
X,
Yi
/*
Raise
x
to
power
Y
*/
Defined
in
pow.
obj
in
rts
.lib
pow
Description
The
pow
function returns x raised
to
the power y. A domain error occurs
if
x=o
and
ySO,
or
if
x
is
negative and y
is
not
an
integer. A range error
may occur.
Example
double
x I y I
Z;
x
2.0;
Y
3.0;
Z =
pow(x
,
y);
/*
return
value
8.0
*/
6-59

Table of Contents

Other manuals for Texas Instruments TMS34010

Related product manuals