Skip to content

Commit 95ecbc6

Browse files
committed
syntax added
1 parent 503e0b9 commit 95ecbc6

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

Projects/Calculator/README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,38 +23,61 @@ Sci-Fi Calc is a revolutionary scientific calculator that builds upon the standa
2323

2424
# Usage
2525
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:
26+
- All the values in " " {double quotes} are button so kindly press them according to assigned sequence
2627

2728
## Trigonometric Functions
2829
- 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.
30+
- Syntax : "Input Value" -> "Press the Trigo Function"
31+
2932

3033
## Inverse Trigonometric Functions
3134
- To calculate the inverse trigonometric functions (sin-1, cos-1, tan-1), input the value and then press the respective function button.
35+
- Syntax : "Input Value" -> "Press Inverse Trigo Function"
36+
3237

3338
## Exponential Function (x^y)
3439
- 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) followed by equal { = } button or {Ans} button to compute the result.
40+
- Syntax : "Input Value(1)" -> Press "x^y" -> "Input Value(2)" -> Press "=" or "Ans"
41+
3542

3643
## Special Functions - I
37-
- For the following functions (√x, 1/x, x!), input a number as the value of 'x', and then press the corresponding function followed by equal { = } button or {Ans} button to obtain the calculated result.
44+
- For the following functions (√x, 1/x, x!), input a number as the value of 'x', and then press the corresponding function to obtain the calculated result.
45+
- Syntax : "Input Value" -> "Press the above mentioned function"
46+
3847

3948
## Special Functions - II
4049
- For the following functions ( x^2, x^3 ), input a number as the value of 'x', and then press the corresponding function followed by equal { = } button or {Ans} button to obtain the calculated result.
50+
- Syntax : "Input Value" -> "Press the above mentioned function" -> Press "=" or "Ans"
51+
4152

4253
## logarithmic function
4354
- For the following functions ( ln, log), input a number than press the function
55+
- Syntax : "Input Value" -> "Press the above mentioned function"
56+
4457

4558
## Brackets Support
4659
- Sci-Fi Calc adheres to the BODMAS rule, allowing you to use parentheses for complex expressions and calculations.
60+
- Syntax : (2+3)*5=25
61+
4762

4863
## Power of 10 (10^x)
4964
- 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.
65+
- Syntax : "Input Value" -> "Press the above mentioned function"
66+
5067

5168
## Nth Root Function (y√x)
5269
- 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' followed by equal { = } button or {Ans} button to compute the result.
70+
- Syntax : "Input Value(1)" -> Press "y√x" -> "Input Value(2)" -> Press "=" or "Ans"
5371

5472

73+
## Percentage Function
74+
- For the percentage function, first enter the value than enter percentage button than enter the other value and press equal to.
75+
- Its Like what percent of 2 contribute to total of a given number
76+
Ex- 2 % 8 = 25
77+
- Syntax : "Input Value(1)" -> Press "%" -> "Input Value(2)" -> Press "=" or "Ans"
78+
5579
# Demo
5680
- Demo Video
57-
5881
https://github-production-user-asset-6210df.s3.amazonaws.com/115206840/255553683-15e265b2-ca25-4cc3-b485-38e9fe68c1a4.mp4
5982

6083

0 commit comments

Comments
 (0)