R
rkk
Hi,
I have to do something like below:
double d = 0.151177;
I need to have the mantissa part 151177 to a long variable i.e. I need
to write a function to do this conversion:
long convert(double value);
Please help as I am not able to precisely get this done using the C
code.
Regards
Kalyan
I have to do something like below:
double d = 0.151177;
I need to have the mantissa part 151177 to a long variable i.e. I need
to write a function to do this conversion:
long convert(double value);
Please help as I am not able to precisely get this done using the C
code.
Regards
Kalyan