calc.js - evaluate expressions for Math
Note: This post is over 10 years old. The information may be outdated.
Flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices. Powerful and easy to use.
Install
npm install calc.js
Usage
var calc = require('calc.js')
calc('12 / (2.3 + 0.7)') // 4
calc('5.08 cm to inch') // 2 inch
calc('sin(45 deg) ^ 2') // 0.5
calc('9 / 3 + 2i') // 3 + 2i
calc('det([-1, 2; 3, 1])') // -7
Credit
Thanks to mathjs eval.
Source
Related Posts
Yarn: A new package manager for JavaScript
Facebook has launched Yarn
·9 years ago
Read more
copy.js - simple copy text to clipboard in the browser
Simple copy to clipboard. No Flash.
·10 years ago
Read more
Resting và Spreading JavaScript Objects
Resting và spreading càng ngày được ưa chuộng vì sự tiện lợi của nó, sau đây là 7 tricks với JavaScript objects.
·7 years ago
Read more
Javascript Weekly #9
Javascript Weekly #9: Date-DNS, chi tiết về các bản cập nhật mới của V8, React và Angular.  ## [date-fns: A Modern...
·9 years ago
Read more
