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!

SymbolExplanation
+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
piMath constant pi returns 3.14
eMath constant e returns 2.71
!factorial operator eg. 4! returns 24
loglogarithmic function log(1000,10) or log10(1000) returns 3
^power operator eg. 2^3 returns 8
sqrtunderroot or squareroot function sqrt(16) returns 4
sinSine function: sin(0)=0, sin(90)=1
cosCosine function: cos(0)=1, cos(90)=0
tanTangent function
asinInverse Sine function
acosInverse Cosine function
atanInverse Tangent function
sinhHyperbolic Sine function
coshHyperbolic Cosine function
tanhHyperbolic Tangent function
asinhInverse Hyperbolic Sine function
acoshInverse Hyperbolic Cosine function
atanhInverse Hyperbolic Tangent function

A bookmarkable calculator by Chris