EdenMath is an open source scientific calculator. EdenMath can handle standard arithmetic, algebraic, trigonometric, and probability functions. Source code is also provided.
What's new in EdenMath
Version 1.2.1:
Updated application icon in the style of new OS X 10.10 icons
Improved the accuracy and calculation of factorials
Fixed a crash when calculating large figures (i.e. 100!)
Code clean up and improvements
Join over 500,000 subscribers.
Subscribe for our newsletter with best Mac offers from MacUpdate.
This calculators real value lays in the inclusion of the source code and a very detail, step by step tutorial on using project builder to create the calculator. This makes it a great example for people starting to learn Cocoa.
The calculator itself is flawed in that it doesn't deal with order of operations properly (ie 2+3*6 results in 30 -- (2+3)*6 and not 20 -- 2+(3*6) (as calculators should)
But given that there is source code here, it shouldn't be problematic to add a stack class to the code to deal with order of ops properly.
This calculators real value lays in the inclusion of the source code and a very detail, step by step tutorial on using project builder to create the calculator. This makes it a great example for people starting to learn Cocoa.
The calculator itself is flawed in that it doesn't deal with order of operations properly (ie 2+3*6 results in 30 -- (2+3)*6 and not 20 -- 2+(3*6) (as calculators should)
But given that there is source code here, it shouldn't be problematic to add a stack class to the code to deal with order of ops properly.
1 EdenMath Reviews
Rate this app:
Most helpful