hi, there
I have a question on how to round data:
say I have a double number like 3.14159
I want to round it with one digit after the decimal point.
what method should I use?
thank you very much a...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10052423.html
Zones:
Visual BasicDate Answered: 05/12/1998 Grade: A Views: 0
Does any one know how to round decimals.
I know how to set the display property to
display the number desired. But what functtion
do you use to actually change the vaule
of the number to the r...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10223558.html
Zones:
MS AccessDate Answered: 10/23/1999 Grade: A Views: 0
How do I round a number from a calculation. For example:
1.25 * .03 = .0375
Round to .04
I need to use the product of this calculation in another. Any ideas?
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10291988.html
Zones:
MS AccessDate Answered: 02/08/2000 Grade: A Views: 0
I'm not much of a graphics person and I want to round an edge of an image on a web page with either of the programs mentioned above, whichever produces the best result. I want to create a rounding...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Q_10308153.html
Is there any available component to implement rounded rectangular panel?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10328583.html
I have written a program that has a sequel that formats and transferes records from one table to another. INSERT INTO sql. The problem comes when transfering the numbers. 12.39 becomes 12.389990...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_11245092.html
Zones:
MS AccessDate Answered: 09/14/2000 Grade: B Views: 0
I need a function or code routine etc. that will allow me to format a number in a cell to the nearest 0.05 at 2 decimal places
ie:
1.00 = 1.00
1.010101 = 1.00
1.23 = 1.25
1.7268 = 1.70
1.73...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_200...
Hi, Can anyone tell me how to round a number in C++. I cannot use the ceil and floor functions because they either always round up or down and what I need is a mathematically correct round as in: 5...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20080179.html
Zones:
C++Date Answered: 02/20/2001 Grade: A Views: 30
When adding the following numbers,£34.51 + £45.90 the total = £80.41.
If you request rounding up/down you would get £35 + £46 which is correct.
My problem is that the total takes into account the...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_201...
OK, maybe this is the dumbest question of all time, but why does CInt (and VB implicitly) round to the nearest even number?
Yes, I know there are other functions and yes, I know I can do all sor...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20114798.html
Zones:
Visual BasicDate Answered: 05/08/2001 Grade: A Views: 0