sloisel / numeric

Numerical analysis in Javascript
http://www.numericjs.com/
Other
1.42k stars 176 forks source link

Build version of numeric suitable for amd #46

Open jwmerrill opened 10 years ago

jwmerrill commented 10 years ago

Adds a new build object, numeric-$ver.amd.js, which is a version of numeric suitable for AMD. This file is created by catting a simple prelude and postlude around the existing library.

Includes changes from #45 that are required to allow numeric's compiled functions to work even when the numeric symbol is not in the global scope.

jwmerrill commented 10 years ago

Looks like this along with #45 are very similar to the existing #35. The approaches a little different, though, so I guess you can pick which one suits your tastes.