mint dectodbl(dec_val, dbl_val) dec_t *dec_val; double *dbl_val;
The floating-point format of the host computer can result in loss of precision in the conversion of a decimal type number to a double type number.