You are not logged in.
Pages: 1
Can any one convert the following data in integers .
thanks
<data> 4.5625336119761198e+002 0. 1.5886571681507525e+002 0. 4.5625336119761198e+002 1.3768139354666781e+002 0. 0. 1.</data>
Offline
Hi
What do you mean by "convert in integers"?
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
Hi;
4.5625336119761198e+002 that means
In integers it is now 456
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;
4.5625336119761198e+002 that means
In integers it is now 456
Thanks bobby
Offline
Hi tina123;
For the problem I gave you the simplest conversion that might occur in some programming language if you attempt to stuff a floating point constant into a variable of type integer.
There are other types of integer conversions which might give different answers.
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