π»
Physics2Calculator
A simple and powerful calculator for Physics 2
π
Predefined constants
pi = 3.14159...
k = 8988000000 (coulomb constant)
e0 = 8.854e-12 (permittivity constant)
e = 1.602e-19 (elementary charge)
π
Commands
add:
Adds a new variable. Adds a new variable. A variable can only store an integer or a float.
Sintaxis: add identifier value
Examples:
$ add x 2
$ add y 1.2
$ x + y
3.2