Skip to content

Commit 4a541d0

Browse files
committed
usage added in readme
1 parent 944827c commit 4a541d0

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

Projects/Calculator/README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Sci-Fi Calc is a revolutionary scientific calculator that builds upon the standa
2727

2828

2929
## Checklist
30-
3130
Before contributing to the project, please make sure to go through this checklist:
3231

3332
- 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
3736
- The title of my pull request is a concise description of the proposed changes, facilitating easy review and understanding.
3837

3938

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:
4041

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.
4156

4257

43-
## Demo
4458

45-
Insert gif or link to demo
59+
## Demo
60+
Demo Video
4661

4762
https://github-production-user-asset-6210df.s3.amazonaws.com/115206840/253906274-eb3ccd17-0758-4507-a0e2-2d7cd1bbbce9.mp4
4863

4964

5065
## Screenshots
51-
5266
![Final](https://user-images.githubusercontent.com/115206840/253905933-58974fe0-e10c-465a-ae42-bee7aa132c0e.png)
5367

5468
![Before](https://user-images.githubusercontent.com/115206840/253905921-7e839104-4dc0-48c9-9352-4c02bc5bc3ca.jpg)

0 commit comments

Comments
 (0)