Comparing version 0.2.9 to 0.2.11
{ | ||
"name": "algebrite", | ||
"version": "0.2.9", | ||
"version": "0.2.11", | ||
"description": "Computer Algebra System in Coffeescript", | ||
@@ -5,0 +5,0 @@ "main": "dist/algebrite.js", |
@@ -5,3 +5,3 @@ <img src="https://raw.githubusercontent.com/davidedc/Algebrite/master/readme-images/algebrite-logo-for-readme.png" width="150px" alt="algebrite header"/> | ||
Algebrite is a pure Javascript (technically, Coffeescript) port of the lightweight EigenMath Computer Algebra System. | ||
Algebrite is a Javascript library for symbolic mathematics (technically, CoffeeScript) designed to be comprehensible and easily extensible. | ||
@@ -28,3 +28,3 @@ | ||
All the built-in methods in EigenMath/Algebrite are exposed through a javascript interface. Strings are automatically parsed as expressions, numbers are converted into the appropriate representation, and the internal cons objects are returned. | ||
All the built-in methods in Algebrite are exposed through a javascript interface. Strings are automatically parsed as expressions, numbers are converted into the appropriate representation, and the internal cons objects are returned. | ||
@@ -31,0 +31,0 @@ The cons objects have a `toString` method which converts it into a pretty-print notation. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
723304
15005