Buy Now $3.99  Manual 

                 

Create custom calculators on the move. Many have already created their own custom calculators to help make their lives easier. Setup some variables, define some formulas and use the easy to use features of Go Calc to help save time on everyday calculation based problems.

The powerful formula builder offers 50 functions compatible with popular spreadsheets.

Use sliders and a keypad to quickly try out different scenarios to help solve your problems fast.




Go Calc is a handy on-the-go method of performing calculations. It provides much of a spreadsheets calculating power in a form suitable for a mobile device.

Create calculations which make use of multiple variables and over 40 functions. Formulas in Go Calc use a syntax which will be familiar to users of popular spreadsheet applications.
This manual will introduce you to the power and flexibility of Go Calc.

Using Calculations


Calculations are filed into categories. Go Calc comes with many calculations built-in. Uses include working out your BMI, figuring out the tip and splitting a cheque in a restuarant, converting between many different units and calculating compound interest on a savings account.



A calculation has a tick to differentiate it from a category.



To use a calculation simply tap on its name.

The calculations page will then appear.



A calculation page has three sections,

1. Name of the calculation - e.g. Tip calculator
2. Variables - e.g. Meal Cost, Percentage to Tip, Number of People
3. Results - e.g. Total to Pay, Each Person Owes

NOTE: The Variables and Results sections can be swapped by configuring Go Calc using the Settings application on your iPhone or iPod Touch.

Change the values of the variables and see the results instantly.

You can change the variables by,
Experiment to find your preferred method of change the value of variables.

When you have finished using a calculation tap the back button at the top left of your screen, or press the home button to switch to a different application.

The values of variables are saved automatically by Go Calc.

Categories and Deleting Calculations


To create a new category tap the Edit button in the left hand corner of your screen. Then tap New Category.

Categories have the following icon,



To delete categories and calculations tap the Edit button. Tap the delete button which appears next to the name of each category and calculation and then tap Delete to confirm.

Categories must be empty before they can be deleted.

You can rename a category by going in to edit mode and tapping on the category.

Configuring Go Calc


Use the Settings application on your iPhone or iPod Touch to modify the Go Calc configuration.



Creating Calculations


Tap the Plus button at the top right of the screen.

Give your calculation a meaningful name.

The calculation starts in edit mode. Switch out of edit mode by tapping the Done button at the top of the screen.

Variables and results can be easily rearranged by dragging the order control which appears on the right of each cell once editing mode has been enabled.

Start by adding some variables.

Once you have added the variables add the results for the calculation.

Variables and results can be easily added, edited and deleted.

Adding Variables


A variable in Go Calc is something which holds a single numerical value - e.g. 5.8.

To add a variable make sure your calculation is in Edit mode, then tap Add Variable.



A variable has the following settings,

Adding Results


A result is something which performs a calculation. For example, Per person * Number of people will multiply the variables Per person and Number of people.



A result has the following settings,

Formulas


The formulas that Go Calc use are similar to that of popular spreadsheet applications such as Microsoft Excel, Apple Numbers or Google Docs.

A formula can make use of numbers (e.g. 3), variables (e.g. Number of People), results (e.g. Total to Pay), operators (e.g. +) and functions (e.g. max).



The formula editor allows you to quickly edit and create formulas. The formula editor has four modes,
Underneath the formula are buttons which allow you to easily move the cursor left and right and also to delete characters.

Operators


Operators are the basic mathematical operations. The five basic arithmetic operators supported by Go Calc are,
Go Calc also supports relational operators. These are primarily useful in the if function. However you may find uses for them elsewhere.
You can think of relational operators as giving a result of true or false. In Go Calc any number greater than 0 (e.g. 1) is considered to be true. Any value which is 0 or smaller is considered to be false.

Functions


Functions allow you to create more complex calculations. You can use functions to do basic trigonometry, work out logarithms, perform conditional calculations and more.

Go Calc can give you help on any of its functions. Select a function using the function picker. Tap the question mark (?) to the right of the function name. It will give you information on what the function does and what arguments it requires. Some functions can take a variable number of arguments, for example the max function can take 1 or more arguments and will return that largest of the
arguments.



Here are some examples of functions being used in formulas,

Operator Precedence


When the result of a formula is being calculated the precedence of the operators determines in what order things are done.

For example - a+b*c will first multiply b and c together and then add that result to a.

Here is the operator precedence order used by Go Calc (the operators at the top of the first are of a higher precedence than the ones at the bottom of the list),
Use parenthesis () if you want things to happen in a certain order. For example - (a+b)*c will first add a and b together and then multiply that result with c.