send link to app

Hackulator app for iPhone and iPad


4.0 ( 480 ratings )
Utilities Productivity
Developer: Allan William Martin
3.99 USD
Current version: 1.0.0, last update: 7 years ago
First release : 23 Mar 2015
App size: 12.23 Mb

Hackulator is a little calculator that enables you to write and compute your own formulas.

While its convenient for everyday math, Hackulator is ideal for engineers, scientists, students, and others who routinely compute the same formulas.

Also, if you want to learn to code, Hackulator can be a great way to get started. Its simple language is made just for computing mathematical and logical formulas, designed to be easy to learn and use, but similar to how other programming languages work.

Do quick calculations in an enhanced text editor. See all your work in one place, calculations on the left and results on the right.

Chain related computations together using variables. Write functions that contain formulas you use routinely with Hackulators simple mathematical language.

For example, heres a function that contains the formula to convert Celsius to Kelvin:

kelvin = fun(c) {
c + 273.15
}

Then use it like this:

kelvin(100)


Hackulator Features

* Enhanced editor for entering math expressions and formulas.
* Sheets for organizing related calculations.
* Built-in math library with standard functions (logarithm, sine, cosine, tangent, absolute value, etc.).
* Write custom functions.
* Function library to contain your collection of custom formulas for reuse in any sheet.
* Examples of functions and common conversion formulas (Area, Finance, Geometry, etc.).
* Create variables to hold numbers, results, and functions.
* Use conditional (“if-else”) expressions.
* Special keyboards that provide easy access to commonly used symbols and built-in math formulas.


by Allan William Martin
http://anomalus.com/hackulator