You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Projects/Calculator/README.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ Sci-Fi Calc is a revolutionary scientific calculator that builds upon the standa
27
27
28
28
29
29
## Checklist
30
-
31
30
Before contributing to the project, please make sure to go through this checklist:
32
31
33
32
- I have developed this project independently and not copied from any other source.
@@ -37,18 +36,33 @@ Before contributing to the project, please make sure to go through this checklis
37
36
- The title of my pull request is a concise description of the proposed changes, facilitating easy review and understanding.
38
37
39
38
39
+
## Usage
40
+
Sci-Fi Calc brings advanced mathematical functions to your fingertips, converting a standard calculator into a powerful scientific calculator. To make the most out of this enhanced tool, follow these usage guidelines:
40
41
42
+
# Trigonometric Functions
43
+
- For using trigonometric functions like sin, cos, tan, cot, sec, and cosec, first enter the desired value, and then press the corresponding function button to obtain the result.
44
+
# Inverse Trigonometric Functions
45
+
- To calculate the inverse trigonometric functions (sin-1, cos-1, tan-1), input the value and then press the respective function button.
46
+
# Exponential Function (x^y)
47
+
- To perform the exponentiation operation (x^y), start by entering the base value (x). Then, press the function button "x^y" and provide the exponent value (y) to compute the result.
48
+
# Special Functions
49
+
- For the following functions (x^2, √x, ln, log, 1/x, x!), input a number as the value of 'x', and then press the corresponding function button to obtain the calculated result.
50
+
# Brackets Support
51
+
- Sci-Fi Calc adheres to the BODMAS rule, allowing you to use parentheses for complex expressions and calculations.
52
+
# Power of 10 (10^x)
53
+
- To calculate the value of 10 raised to the power of 'x', first enter the value of 'x', then press the "10^x" function button to get the result.
54
+
# Nth Root Function (y√x)
55
+
- For the nth root function, first enter the value of 'y' (root), then press the "y√x" function button, and finally, provide the value of 'x' to compute the result.
0 commit comments