Hi,
Just wonder why
PRINT CAST(0.0573542567654 AS float)
will give the rounded reult
0.0573543
rather than the original number?
"float" should be 'big' enough to hold numbers that have even more
decimal places. How come it round up at the 7 decimal place?
since I need to do some calculations with accumulated values. The
rounded figure will cause significant error after a number of opertions.
Are there any way to work around it?
thanks
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!