H
hurry
Hi,
In my piece of code I see some unprectable behaviour for simple
functions like for example pow() function in math.h returns, -1#IND0
for simple arguments like POW( (double) 1, (double) 2 ) and
arbitrarily even some simple multiplication seem to return the same,
-1#IND0 ( in debugging mode, individual variables have correct values
but final product is undefined).
I was trying to solve this and in the process, found a wierd soltn, on
just repeating the same line again gives the correct result.
TIA
bye,
hurry.
In my piece of code I see some unprectable behaviour for simple
functions like for example pow() function in math.h returns, -1#IND0
for simple arguments like POW( (double) 1, (double) 2 ) and
arbitrarily even some simple multiplication seem to return the same,
-1#IND0 ( in debugging mode, individual variables have correct values
but final product is undefined).
I was trying to solve this and in the process, found a wierd soltn, on
just repeating the same line again gives the correct result.
TIA
bye,
hurry.