Scientific Calculator Using JavaScript With Source Code


Scientific Calculator using JavaScript with Source Code

About This Project

A fully featured scientific calculator with proper operator precedence is implemented, including trig functions and logarithms, factorials, twelve levels of parentheses, logs to base 2 (a handy function for information entrepôts!), bitwise logical operators, hex, octal, binary and ASCII display. 

Basic Functions

  1. Addition
  2. Subtraction
  3. Multiplication
  4. Division
  5. Sign
  6. Square
  7. Square Root
  8. Raise to the Power
  9. Natural Exponential
  10. Logarithm
  11. Natural Logarithm
  12. Inverse
  13. Exponent
  14. Factorial
  15. PI

Download