- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 2
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
I have a B.S., M.S., and Ph.D. in computer science and I use that background to write my blog ``Exploring Binary'': http://www.exploringbinary.com/
3 Posted Topics
Re: Venkat, If you go with MPIR, check out my popular "how to" for installing it: [url]http://www.exploringbinary.com/how-to-install-and-run-gmp-on-windows-using-mpir/[/url] . (It includes example programs, in both C and C++.) | |
Re: [QUOTE=jephthah;1201177]if after the decimal point, divide the numeric value by incrementing powers of 10, add the result to the total float value.[/QUOTE] Keep in mind that dividing by powers of 10 can result in some roundoff error, meaning the result may not be the closest floating-point value to the input. … | |
![]() | Re: I can see you're trying to make number palindromes -- which is the right approach -- but you're missing a few things. I've written an article about number palindromes which should help you: [url]http://www.exploringbinary.com/finding-numbers-that-are-palindromic-in-multiple-bases/[/url] |
The End.