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.
- Added Constants: e (Euler's number), 10^x (10 raised to the power x)
16
+
- Added nth root function: y√x
17
+
- Added Inverse function: 1/x
18
+
- Many other additional functions to enhance the user's experience.
19
+
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% .
23
+
24
+
# Usage
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:
26
+
- All the values in " " {double quotes} are button so kindly press them according to assigned sequence
27
+
28
+
## Trigonometric Functions
29
+
- 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
+
32
+
33
+
## Inverse Trigonometric Functions
34
+
- To calculate the inverse trigonometric functions (sin-1, cos-1, tan-1), input the value and then press the respective function button.
- 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.
- 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.
- 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
+
52
+
53
+
## logarithmic function
54
+
- For the following functions ( ln, log), input a number than press the function
- 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