Thread
:
need help debugging
View Single Post
04-26-2007, 03:42 AM
#
2
(
permalink
)
ShadyCraig
Recruit
Join Date: Sep 2005
Location: Loughborough, England, UK
Posts: 12
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
View Public Profile
Visit ShadyCraig's homepage!
Find More Posts by ShadyCraig