You are not logged in.
Pages: 1
Hello!!
How can I find the rounding of the number 0.0238095238095,with precision t=5 ?
First I have to find the float number,that is
Last edited by evinda (2014-01-06 09:15:18)
Offline
Wouldn't it be more conventional to give the answer as:
I agree it is an upwards round and that you should keep the zero.
Last edited by SteveB (2014-01-06 09:25:50)
Offline
Hi evinda;
What does t = 5 mean? 5 places? 5 significant digits? An error of .5?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi evinda;
What does t = 5 mean? 5 places? 5 significant digits? An error of .5?
5 significant digits!!!
Offline
Normalizing the number means to get the mantissa to be a single digit (not zero ) and can be positive or negative.
That is normalized and has 5 significant digits.
But did they want you to nomalize?
Try this handy dandy little calculator:
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Normalizing the number means to get the mantissa to be a single digit (not zero ) and can be positive or negative.
That is normalized and has 5 significant digits.
But did they want you to nomalize?
Try this handy dandy little calculator:
Great!!!!Thank you so much for your help!!!!!
Offline
Hi evinda;
It is a handy little calculator is it not?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi evinda;
It is a handy little calculator is it not?
Yes,it is!
Offline
Hi;
Everything going okay?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Pages: 1