Tagged Questions
6
votes
3answers
232 views
Difference among approximatelyEqual and essentiallyEqual in The art of computer programming
I get this code snippet from some where else. According to the webmaster, the code is picked from The art of computer programming by Knuth
Since I do not have a copy of that book, may I know what is ...
3
votes
7answers
1k views
Is there a way to get the number of places after the decimal point in a java double?
I'm working on a Java/Groovy program. I have a double variable that holds a number that was typed in by a user. What I really want to know is how many numbers the user typed to the right of the ...