Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #25.0K
Ranked #4K
~451 People Reached
About Me

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/

Favorite Forums
Favorite Tags
c x 6
c++ x 2

3 Posted Topics

Member Avatar for venkat arun

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++.)

Member Avatar for venkat arun
0
154
Member Avatar for cokaznsyco72

[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. …

Member Avatar for DoctorBinary
0
153
Member Avatar for GARO

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]

Member Avatar for DoctorBinary
0
144

The End.