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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,22 +36,22 @@ Before contributing to the project, please make sure to go through this checklis
36
36
- The title of my pull request is a concise description of the proposed changes, facilitating easy review and understanding.
37
37
38
38
39
-
##Usage
39
+
# Usage
40
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:
41
41
42
-
# Trigonometric Functions
42
+
##Trigonometric Functions
43
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
44
+
##Inverse Trigonometric Functions
45
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)
46
+
##Exponential Function (x^y)
47
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
48
+
##Special Functions
49
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
50
+
##Brackets Support
51
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)
52
+
##Power of 10 (10^x)
53
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)
54
+
##Nth Root Function (y√x)
55
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