Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 390 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 390 Bytes

Javascript Calculator Operations Parser

Javascript module for computing math expressions by input string without native eval operator.

Supported features:

  • Integer numbers
  • Hex numbers
  • Floating point numbers
  • Parentheses
  • Basic math operations
  • Trigonometric operations
  • Logarithmic operations
  • Percent operation
  • Constants
  • Factorial