diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 6b665aaa0..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "liveServer.settings.port": 5501 -} diff --git a/Calculators/Scientific-Calculator/README.md b/Calculators/Scientific-Calculator/README.md new file mode 100644 index 000000000..198ff8dc8 --- /dev/null +++ b/Calculators/Scientific-Calculator/README.md @@ -0,0 +1,28 @@ +#
Scientific Calculator
+ +## Description :- + +A fully functional scientific calculator that supports: + +- Trigonometric functions such as sin, cos, tan +- Inverse trigonometric functions like arcsin, arccos, arctan +- Logarithmic functions (log, log10) +- Square roots, cube roots, and other mathematical operations +- A sleek dark-themed UI with enhanced usability and accessibility + +This version also includes: + +- Error handling for invalid input (e.g., "asin(0.5)" or "log(10)"). +- Support for edge cases (e.g., logarithms with values <= 0). +- A clear, user-friendly layout with all buttons styled appropriately, enhancing the overall experience. +- Includes a "Clear" button for resetting the input, a "Delete" button for removing the last character, and an "Equals" button in an orange color to indicate its importance. + +## Tech Stacks :- + +- HTML +- CSS +- JavaScript + +## Screenshots :- + +![image](https://github.com/user-attachments/assets/0fae5a34-a2eb-47ac-a922-c7d9ec4beebf) diff --git a/Calculators/Trigno-functions/index.html b/Calculators/Scientific-Calculator/index.html similarity index 96% rename from Calculators/Trigno-functions/index.html rename to Calculators/Scientific-Calculator/index.html index f18a9ea3c..3aeee860b 100644 --- a/Calculators/Trigno-functions/index.html +++ b/Calculators/Scientific-Calculator/index.html @@ -3,8 +3,8 @@ -Coded by Shashikumar