Skip to content

unplugred/calque-desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


The desktop port of Calque, the reactive calculator

Cliche screenshot on top of a royalty free mountain picure:

Download

The software can be downloaded from the Releases tab and a demo can be tried here

Expressions

2 + 2 * 2
sqrt(3^2 + 4^2)
2 inch to cm
cos(45 deg)

Variables

a = 25
b = a * 2
postal code = 1122

Summing lists

animals:
  cats = 2
  dogs = 3
plants:
  trees = 20
  vegetables:
    potatoes = 10
    carrots = 10

Functions

pow2(x) = x ^ 2
pow2(6)

Last result

2 * 2
last + 1

Themes

Themes can be changed via the right click menu.

Keys

Duplicate line or selection: Ctrl+D

Change selected number: Up/Down

Change selected number 10x: Shift+Up/Down

Change indent: Tab/Shift+Tab

Zoom in: Ctrl+Shift+Plus

Zoom out: Ctrl+Minus

Technologies

Fork of Calque:

https://github.com/grimalschi/calque

Using Math.js:

https://github.com/grimalschi/mathjs

About

A desktop port of Calque, the reactive calculator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Other 1.3%