Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rounding of decimal places
Message
From
15/11/2003 12:12:31
 
 
To
15/11/2003 11:57:21
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00842819
Message ID:
00850263
Views:
20
>Hi Gregory,
>
>sorry, bad typing.
>
>CORRECT AFFERMATION IS:
>
>On math rules, if Round(,n) are equals then Round(,n-1) are equals.
>
>
>This problem have a big problem within it. I open another Thread because implication is more wide.
>
>Fabio

Hi Fabio,

You must be having a bad day
n = 4
?round(3.42049, n),   round(3.42050, n),   round(3.42049, n)  = round(3.42050, n)
?round(3.42049, n-1), round(3.42050, n-1), round(3.42049, n-1)= round(3.42050, n-1)
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform