Scientific Calculator User Manual

Basic Operations

The calculator supports standard arithmetic operations. Use the on-screen buttons or your keyboard for input.

ButtonFunctionDescription
+AdditionAdds two numbers.
-SubtractionSubtracts the second number from the first.
*MultiplicationMultiplies two numbers.
/DivisionDivides the first number by the second.
=EqualsCalculates the final result of the expression.
CClearClears the current input and all pending operations.
BackspaceDeletes the last digit from the current input.

Scientific Functions

Trigonometry

Trigonometric functions can operate in Degree (Deg) or Radian (Rad) mode. Use the Deg/Rad toggle to switch between modes.

ButtonFunctionDescription
sinSineCalculates the sine of the input number.
cosCosineCalculates the cosine of the input number.
tanTangentCalculates the tangent of the input number.

Powers & Roots

ButtonFunctionDescription
SquareCalculates the square of a number (x * x).
PowerRaises a base number (x) to the power of an exponent (y). Usage: x, , y, =.
Square RootCalculates the square root of a number.
ʸ√xNth RootCalculates the Nth root of a number. Usage: x, ʸ√x, y, =.

Logarithms

ButtonFunctionDescription
logLogarithm (base 10)Calculates the base-10 logarithm of a number.
lnNatural LogarithmCalculates the base-e logarithm of a number.

Other Functions

ButtonFunctionDescription
n!FactorialCalculates the factorial of a non-negative integer.
( )ParenthesesGroups parts of an expression to control the order of operations.
πPiInputs the value of Pi (≈ 3.14159).
+/-Inverse SignChanges the sign of the current number.

Memory Functions

The memory functions allow you to store and recall a number. A "M" indicator appears on the display when a value is in memory.

ButtonFunctionDescription
MSMemory StoreStores the current display value into memory, overwriting any existing value.
MRMemory RecallRecalls the value from memory and displays it.
MCMemory ClearClears any value stored in memory.
M+Memory AddAdds the current display value to the value in memory.
M-Memory SubtractSubtracts the current display value from the value in memory.
Back to Calculator