send link to app

Why do so many calculator apps look like a physical calculator? We dont know either. If you want to quickly get the answer and make fewer mistakes, use a calculator app that works well on your computer.

Quick Calc is built to quickly do calculations and minimize errors while staying out of the way. Calculations are entered in standard format, for example 2*(3+4), and a number of handy functions, in addition to all those that you expect, are included. If you want to chain calculations, you can use "Ans" which contains the last value and allows you to enter something like: Ans*2 where Ans is the last result.

The resizable window can be made as wide as your monitor so you wont run out of room for those really long calculations. The Users Guide (select User Guide from the Help menu) contains a complete list of the supported functions for quick reference.


••••••••• Functions and Operators •••••••••

• Basic Operators: (, ), ^, *, +, -, /, mod

• Bitwise Operators: bitAND, bitNOT, bitOr, bitXOR

• Trigonometric Functions: acos, asin, atan, atan2, cos, sin, tan, acosDeg, asinDeg, atanDeg, atan2Deg, cosDeg, sinDeg, tanDeg


• Other Functions:

abs(value)
annuity(interestRate,numberOfPeriods)
average(value list) or avg(value list)
baseConvert(value, original base, destination base)
charToNum(the character)
date()
exp(value)
exp10(value)
length(a string) or len(a string)
ln(value)
log10(value)
log2(value)
median(value list)
numToChar(value)
random(limit)
round(value,precision)
sqrt(value)
sum(value list)
time()
trunc(value)

• Constants: pi, e