EasyManua.ls Logo

Texas Instruments TMS34010 - Page 103

Texas Instruments TMS34010
128 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...
-FP-DIV
Input(s)
Output(s)
Action
Description
Errors
Example
0-12
Double
Precision
Divide
-FP-DIV
double1, doubJe2
double
double2 / double1
-+
double
This function takes
two
double-precision
floating-point
numbers and forms
their quotient. The remainder
is
not
returned.
Overflow (error code # =
7)
Underflow
(error code # =
14)
Divide by zero (error code # =
15)
Infinity
/
Infinity
(error code # =
16)
The
following
is
an
example
of
C code
which
would
generate a call
to
-FP-DIV.
main(
)
(
double
a,b,c
c = a / b ;
}
/*
declare
three
double
precision
floating
point
numbers
* /
/*
end
of
main
*/

Table of Contents

Other manuals for Texas Instruments TMS34010

Related product manuals