cjiii I can't get ROUND( x, n) to work, so I implemented the definition using INT and 0.5, which as given in the text also doesn't work for me. I rewrite that as ROUND( x, n) = INT( ( x + ( 0.5 * ( 10n))) / ( 10n)) * ( 10n) that produces the three example results in the text.
mcc Hello, cjiii, This works for any value of n: option nolet x=35.893 n=2 print print, x, round( x,n) get key zz end Try n=-2, -1, 0, 1, 2, 3, 4,... I don't see what the problem could be with your setup. What is in your code? Regards, Mike C.
kolaji9661 This topic is usually explained in a very confusing way on other blogs, but your article made everything clear. I appreciate the examples and the structure you used. Subscribed for more content! u888
kolaji9661 I’m glad I found this post. It was not only informative but also very motivating. Your perspective is unique and valuable. Keep sharing your knowledge! DN88
kolaji9661 Very informative post! I learned several new things that I will definitely apply. You have a talent for teaching complex topics in a simple way. Go 88
kolaji9661 Your writing felt very authentic and insightful. I enjoyed every part of this article. Thanks for providing such value for free—much appreciated! HITCLUB