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
Sci-Fi Calc is a revolutionary scientific calculator that builds upon the standard calculator and takes it to the next level. This project aims to enhance the functionality of a basic calculator by incorporating advanced features like Inverse Trigonometric functions and Logarithmic functions. All the additional functions are conveniently accessible from the buttons section, making complex calculations a breeze.
4
-
5
-
6
-
7
3
4
+
Sci-Fi Calc is a revolutionary scientific calculator that builds upon the standard calculator and takes it to the next level. This project aims to enhance the functionality of a basic calculator by incorporating advanced features like Inverse Trigonometric functions and Logarithmic functions. All the additional functions are conveniently accessible from the buttons section, making complex calculations a breeze.
@@ -20,68 +17,62 @@ Sci-Fi Calc is a revolutionary scientific calculator that builds upon the standa
20
17
- Added Inverse function: 1/x
21
18
- Many other additional functions to enhance the user's experience.
22
19
23
-
## Type of Change
24
-
- Bug fix: Multiple previously reported glitches have been resolved to ensure smooth and reliable performance.
25
-
- Multiple Features added: Sci-Fi Calc now includes a plethora of advanced mathematical functions, making it a powerful scientific calculator.
26
-
- Keyboard and Mouse Input: With the new update, users can conveniently input data either through the keyboard or by using the mouse, offering flexibility and ease of use.
27
-
28
-
29
-
## Checklist
30
-
Before contributing to the project, please make sure to go through this checklist:
31
-
32
-
- I have developed this project independently and not copied from any other source.
33
-
- My code follows the style guidelines of this project, ensuring consistency and readability.
34
-
- I have performed a thorough self-review of my code, minimizing potential errors or bugs.
35
-
- My changes generate no new warnings, ensuring the project remains error-free.
36
-
- The title of my pull request is a concise description of the proposed changes, facilitating easy review and understanding.
37
-
20
+
# Pre-requisites
21
+
- Sci-Fi Calc should be opened in desktop site for mobiles to be used fluently.
22
+
- For desktop page the site is made at 100% page view,so for a good experience make your default page size to 100% .
38
23
39
24
# Usage
40
25
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
26
42
27
## Trigonometric Functions
43
28
- 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.
29
+
44
30
## Inverse Trigonometric Functions
45
31
- To calculate the inverse trigonometric functions (sin-1, cos-1, tan-1), input the value and then press the respective function button.
32
+
46
33
## 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.
34
+
- 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.
35
+
36
+
## 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.
38
+
39
+
## Special Functions - II
40
+
- 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.
41
+
42
+
## logarithmic function
43
+
- For the following functions ( ln, log), input a number than press the function
44
+
50
45
## Brackets Support
51
46
- Sci-Fi Calc adheres to the BODMAS rule, allowing you to use parentheses for complex expressions and calculations.
47
+
52
48
## Power of 10 (10^x)
53
49
- 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.
56
50
51
+
## Nth Root Function (y√x)
52
+
- 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.
0 commit comments