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...
Sine
Syntax
Defined
in
Description
Example
#include
<math.h>
double
sin
(x)
double
X;
sin.obj
in
rts.
lib
sin
The sin function returns the sine
of
a
floating-point
number, x. X is
an
angle expressed in radians. An argument
with
a large magnitude may
pro-
duce a result
with
little or
no
significance.
double
radian,
sval;
/*
sval
is
returned
by
sin
*/
radian
=
3.1415927;
sva1
=
sin(radian);
/*
-1
is
returned
by
sin
*/
6-63

Table of Contents

Other manuals for Texas Instruments TMS34010

Related product manuals