Quick Calc
by True Blue Apps
v1.1
ยท
Updated 2 months ago
ยท
2.6 Mb
ยท
Released Apr 2012
Key Features
๐ค
AI Powered
๐ป
Code Editor
๐งฎ
Calculator
About Quick Calc
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