js-electrical-engineering-equations
Version:
This is an ES6/ES2015 library of Electrical Engineering Equations. It works with Typescript, es6, and es5.
10 lines (6 loc) • 403 B
Markdown
# Version (2.0.6)
- added type definition file for typescript usage of the library.
# Version (2.0.0) (Breaking Changes)
- fixed typo with tank circuit calculation objects, Henrys was spelled as Henries.
- made all methods and constructors only accept numbers as their parameters, no longer will convert strings to floats.
- all of the tank circuit methods now return numbers instead of objects.