[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MSDK and exp() C function



PureBytes Links

Trading Reference Links

hello,
I use the MSDK to build new functions. I have a function in a DLL which
uses the exponential function of C "exp() ". When I stress test this
function, I obtain a overflow even if I place in front of a
"ForceFloatRange" like this:

ForceFloatRange ( exp(mydata) );

Does somebody have a solution to avoid the overflow ?

Thank you for your answer

LJ