No Calculation Yet!
Operators:
Basic: Contain basic arithmetic function (e.g. +, -).
Advance: Contain advance arithmetic function (e.g. sin(), log(), !, etc).
Basic Arithmetic Operators:
C: Clear inputs and outputs on the display.
+: Adding two or more numbers togerther to obtain their sum.
-: Subtract two or more numbers to obtain their difference.
*: Mutiply two or more numbers to obtain their mutiplication.
/: Divide two numbers to obtain their division.
.: Use to approximate real numbers.
%: Modulo two or more number to obtain their result.
(): Operation inside the parenthese will be calculated first.
=: The result after the operations.
Advance Arithmetic Operators:
sin: operating the opposite over hypotenuse of a right triangle.
cos: operating the adjacent over hypotenuse of a right triangle.
tan: operating the opposite over adjacent of a right triangle.
log: Base-10 logarithm.
ln: The natural logarithm gives the power you raise e to in order to get a number.
√: Finds a number which, when multiplied by itself, equals the input.
!: Factorial of a postive integer n is the product of all whole numbers from n down to 1.
π: An irrational constant used in formulas involing circled and trigonometry.
^: Exponentiation raises one number (the base) to the power of another (the exponet).
e: An irrational constant used in growth, decay, interest, and calculus.
Developer: Mingwei You, Rafael Carrilllo
Why Developed: Just for fun and learn :-P
Why are the Color so Bad: idk
Date Created: 10/09/2025
Date Updated: 12/04/2025