View Single Post
Old 04-26-2007, 03:42 AM   #2 (permalink)
ShadyCraig
Recruit
 
Join Date: Sep 2005
Location: Loughborough, England, UK
Posts: 12
ShadyCraig is on a distinguished road
It would seem that the result of that expression would be too big to fit in the ULONG variable 'a'.

Try redeclaring 'a' as a double:
ULONG exp;
double a;
ShadyCraig is offline   Reply With Quote