Skip to content

Parser for calculator operations without using eval

Notifications You must be signed in to change notification settings

ryabykhms/js-calc-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Parser for calculator operations without using eval

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published