Bookmarkable Calculator
Instructions and Commands
Typed equations are saved as URL variables enabling the calculation to be bookmarked and shared. Scan the QR code to quickly view current calculation on your phone!
Symbol | Explanation |
---|---|
+ | Addition Operator eg. 2+3 results 5 |
- | Subtraction Operator eg. 2-3 results -1 |
/ | Division operator eg 3/2 results 1.5 |
* | Multiplication Operator eg. 2*3 results 6 |
% | Modulus Operator eg. 3 % 2 results 1 |
( | Opening Parenthesis |
) | Closing Parenthesis |
pi | Math constant pi returns 3.14 |
e | Math constant e returns 2.71 |
! | factorial operator eg. 4! returns 24 |
log | logarithmic function log(1000,10) or log10(1000) returns 3 |
^ | power operator eg. 2^3 returns 8 |
sqrt | underroot or squareroot function sqrt(16) returns 4 |
sin | Sine function: sin(0)=0, sin(90)=1 |
cos | Cosine function: cos(0)=1, cos(90)=0 |
tan | Tangent function |
asin | Inverse Sine function |
acos | Inverse Cosine function |
atan | Inverse Tangent function |
sinh | Hyperbolic Sine function |
cosh | Hyperbolic Cosine function |
tanh | Hyperbolic Tangent function |
asinh | Inverse Hyperbolic Sine function |
acosh | Inverse Hyperbolic Cosine function |
atanh | Inverse Hyperbolic Tangent function |
A bookmarkable calculator by Chris