

View all Random Pictures.





Other not as cool looking links...
If you have the urge to link to me...
|
Back to Programming Stuff.
Jephthah's Calculator
Since I am a huge nerd, I decided to program my own calculator. I made a rudementary version at first that was alright, but there were some flaws. You can add as many decimal points or negative signs as you wanted to your numbers, and if you tried to add 2+2+2 you got 4. Just look at the old version:

Obviously this calculator has some issues if you can put in that many negatives and decimal points. And I wasn't even creative enough to give it some cool colors or anything. Just boring old gray. Ugh.
But, have no fear! I programmed a new calculator! It looks 10 times better and even matches this website somewhat. Feast your eyes upon its super-awesomeness:

That number happens to be the approximate square root of 5. Yes, my calculator can figure out the square roots of numbers! (For those interested in the coding of that, check out the square root function I used) And I did that programming all by myself without some silly function that was already done for me. Yay! Just look at this list of stuff it can do:
- Find square roots
- Find the inverse
- Calculate more than 2 numbers (2+2+2=6)
- Only have one decimal in a number
- Switch a number from being positive to negative and vice versa
That's right. This calculator is one of the best calculators EVER! So great, that you should just delete that silly Windows calculator from your computer and replace it with Jephthah's Calculator.
Download it by right-clicking and selecting "Save As" (or "Save Target As") here. The calculator requires .NET framework 2.0 to be installed on your computer in order for it to work, so I'd suggest downloading that here if you don't have it already.
|
|