![]() |
|
The ifx_int8todbl() function converts an int8 type number into a C double type number.
The floating-point format of the host computer can result in loss of precision in the conversion of an int8 type number to a double type number.
The file int8todbl.ec in the demo directory contains the following sample program.