Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Web & Software Development  |  Other Developer Tools  |  iota-calc

iota-calc

iota-calc - 1.8.1

Scientific calculator designed with programmers in mind.

All Time: (3.0)
This Version: Not rated (0.0)
Current Version: 1.8.1
Release Date: 2009-04-09
License: Shareware
Downloads (this version): 634
Downloads (all versions): 8,721
Price: $19.95

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

Key Features:

  • Supports a rich expression format, which is in most cases identical to what you would type in your programming language.
  • Support for adding unlimited numbers of variables or variable expressions.
  • Built-in debugger that lets you see the expression simplified step by step.
  • Debugger Back-step lets you backup as many steps as you like so that you can replay critical operations.
  • C/C++ operator precedence
  • Mouse optional, all calculator commands and functions can be done using the keyboard alone.
  • Mini-Calc Mode lets your calculator take up very little screen real estate, and yet remain entirely usable.
  • Running paper tape(s) (1 per calculator) for calculations, allows annotations, and is stored between runs.
  • Built-in Ascii chart makes it easy to look up even invisible characters.
  • View results in big endian (default) or little endian.
  • Numerous built-in unit conversions (memory sizes, lengths, areas, volumes, temperatures, currency etc.)
  • Built-in great circle route and straight line distance calculator.
Input/Output Formats:
  • Binary, Octal, Decimal, hexadecimal, Booleans, Characters, UTF-8 (out only), and UTF-16 (out only)
  • Convert automatically between these types in your expression with the keyboard, a button, or a contextual menu.
Operators and Functions:
  • Standard: Addition, Subtraction, Multiplication, Division, Modulus, Power, Square Root
  • Grouping: Parenthesis
  • Variables: Previous Answer
  • Bitwise: complement, and, or, xor, shift left, shift right
  • Comparators: equals, less than, greater than, less than or equal, greater than or equal
  • Logical: and, or, and not
  • Trigonometric: Sine, Cosine, Tangent, Arc-Sine, Arc-Cosine, Arc-Tangent, Degrees To Radians, Radians to Degrees
  • Other: Min, Max, Round, Ceiling, Floor, Absolute Value, Sign
Constants:
  • Pi

What's new in this version:

Fixed Mini-Calc mode. We inadvertently made it so that you couldn't exit the mode in version 1.8.

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.5 Intel
  • Mac OS X 10.5 PPC
  • Mac OS X 10.4 Intel
  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.3
  • Mac OS X 10.2

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

iota-calc ReviewDifferent from other frustrating calculators - Version: 1.7.5, 12/15/2008 10:26PM PST

speaker4thedead151
Okay.. have you ever tried to use a generic calculator on the computer or iPhone, tried to write out a long equation, to see that you can only see the current number or the most recent number written? have you ever wanted to write 3(5+4/1.02)^0.02? well, if you've ever tried that on another mac calculator or the iPhone calculator, you would have been extremely disappointed. in this calculator, the functionality is that of a graphing calculator - you can write out long equations, be able to track your progress as you type, use parentheses within parentheses and not have to worry about whether it's going to do what you asked it to do or not. if it looks the way you would write it, it will work! yes, the (^) button does not work as a power button, which is very disappointing, but the replacement is simply two multiply buttons! asterisks! (**) !!!!!!!!... or, if you want to make it more complicated on yourself, you can write Pow(base, power) ex: Pow(2, 2) = 4. although you cannot write 5Pow(2,2) and get 20, you can write 5(Pow(2,2)) or 5*Pow(2,2) and get 20, or you can even type 5*2**2 and get 20!! the ability to write things out as you would on a graphing calculator is EXTREMELY important to me in a calculator, and this is the calculator! if i ever get an iPhone, i will surely have to find an iPhone application that can replace the stupid, simple iPhone calculator. (That's right Apple, i love you guys, but your calculator, even the scientific one, sucks *sadface*). ONE MORE THING!!!!!.... Mr. Developer and writer of Iota-Calc, this application seems to be missing certain functions! such as Logs!!! and Natural Logs!!! and though Matrices are not extremely important to me, it seems like it would be a great thing to add!!! Thank you! n_n
Post a commentAlert Admin

iota-calc CommentaryGrammar checker - Version: 1.6.6, 12/2/2005 01:37PM PST

(0 of 4 users found this comment useful)

oscarruitt_dotmac
"scientific calculator designed with programmer's in mind"

Great--then it includes a grammar checker.
Post a commentAlert Admin

Most Recent Replies: View All 1 Replies

iota-calc ReviewBad, bad, bad - Version: 1.0, 3/19/2005 05:08PM PST

(3 of 4 users found this comment useful)

Mike Waterfall SW
I'll break down why this is bad:

- Clicking any function button doesn't add parentheses for the functions, even though it requires them.
- There's no way to go back a step in the guided tour and there's no way to just pause the tour and still be able to switch steps.
- The documentation doesn't cover what the buttons do, what the syntax is for each function, etc, although it gladly spends considerable time teaching programmers what a debugger is... as if we didn't already know. Now there's some screwed up priorities.
- It brags about following C/C++ order of predecence, but it doesn't do much else in the way of being like C++. Want to test (true || false)? Too bad. How about (!false)? Too bad! The evaluations are a strange mixture of REALbasic and C/C++.
- It doesn't save its preferences. I hope you like the default colors for everything.
- Why is "follows the order of precedence" a feature? It wouldn't be much of a calculator if it didn't follow them!
- There's no way to keep track of old expressions. What kind of calculator these days doesn't have that?
- $25!? For a calculator!?

...and finally:
- 5^2 = 7. Learn something new everyday, huh? I could have sworn it was 25, but like the guided tour says: "Suppose you were expecting a different answer. Iota-calc lets you step through the evaluation to see why it got the answer it did."
Post a commentAlert Admin

Most Recent Replies: View All 1 Replies