Find .56 from 19.56
-
Hi All, I need to find the value after decimal in mathematical way... Ex: I have a number 19.56 and my formula gives me .56 Please help me... Thanks in advance...
-
Hi All, I need to find the value after decimal in mathematical way... Ex: I have a number 19.56 and my formula gives me .56 Please help me... Thanks in advance...
What language are you programming in?
The only way to speed up a Macintosh computer is at 9.8 m/sec/sec.
-
Hi All, I need to find the value after decimal in mathematical way... Ex: I have a number 19.56 and my formula gives me .56 Please help me... Thanks in advance...
-
Hi All, I need to find the value after decimal in mathematical way... Ex: I have a number 19.56 and my formula gives me .56 Please help me... Thanks in advance...
I think this should help you: http://en.wikipedia.org/wiki/Floor_function
-
What language are you programming in?
The only way to speed up a Macintosh computer is at 9.8 m/sec/sec.
Thanks for the help.I need a mathematical way I dont want to use programming language for this....
-
Thanks for the help.I need a mathematical way I dont want to use programming language for this....
By convention there is the
[]
operator, defined the following way= the integer part of xhence you can use
x-[x]
to extract the decimal part of
x
But, I know, it's just another way to say: 'take the decimal part ofx
' (BTW it is also a perfectly accetable function definition). :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
-
Hi All, I need to find the value after decimal in mathematical way... Ex: I have a number 19.56 and my formula gives me .56 Please help me... Thanks in advance...
-
Hi All, I need to find the value after decimal in mathematical way... Ex: I have a number 19.56 and my formula gives me .56 Please help me... Thanks in advance...
I think it is important for you to clarify what to do with negative numbers. What would you want to obtain with -19.56? -.56 or .44 (=-19.56-20.00)? The formula is usually simple for positive numbers because we all agree the integer part is the largest integer not greater than the given number, but for negative numbers we have to decide which reference to have (either 0 or -oo). Rilhas
-
Hi All, I need to find the value after decimal in mathematical way... Ex: I have a number 19.56 and my formula gives me .56 Please help me... Thanks in advance...
x=((x*100)%100)/100
-
What language are you programming in?
The only way to speed up a Macintosh computer is at 9.8 m/sec/sec.
ExpertComing wrote:
The only way to speed up a Macintosh computer is at 9.8 m/sec/sec.
LOL...