A calculator without much fuss and hiss.
Supports History, Magic Paste, Sets, Programmers style, time, date, IP calculation and representation.
Highlights are:
- A tiny GUI (I wouldn't call it a GUI), but still tweakable (font size, autosize).
- Lot of different input output styles: hex, decimal, scientific, time and date, IP, variables, binary, duodecimal...
- Time support: today+4*week
- Variable usage: a=1.3;pow(a,a)
- Set calculations: sin({1,1.1...2}) prints all values of sin(1), sin(
…1.1), ,, sin(2)
Magic paste function sends clipboard values to an expression (i.e. clipboard 1.4,1.3 to sin(x)*sin(y)) and may save results in sqllite db, to clipboard or textfile. Linefeeded text will create as many results as lines in the clipboard text.
Mathematical functions (trigonometric, boolean logic, conversion))
vat and exchange rate i.e. dom(3) to get 3 as domestic value, conversions
conv(3,inch,meter); conv(30.4,kbit,kb)
Autograbbing of clipboard values, also into a logfile.
Protectable history of calculated expressions, export, import. More