jos
|
ec2da034a2
|
Halfway implementing lazy loading
|
2015-07-22 20:37:34 +02:00 |
|
jos
|
2810c18178
|
Merge branch 'develop' into feature_lazyloading
|
2015-07-21 21:06:49 +02:00 |
|
jos
|
ddfe8682e5
|
Updated history
|
2015-07-21 20:53:27 +02:00 |
|
jos
|
34348d8483
|
Merge remote-tracking branch 'origin/v2' into develop
|
2015-07-21 20:51:39 +02:00 |
|
Jos de Jong
|
34a04d1d89
|
Merge pull request #410 from gangachris/complex-rootsv2
Complex Roots
|
2015-07-21 20:51:16 +02:00 |
|
Ganga Christopher
|
12514a7bc4
|
calculating root of complex numbers using De Moviers, returns array of n complex roots in polar form
|
2015-07-21 17:10:49 -07:00 |
|
jos
|
396d951c95
|
Halfway implementing lazy loading
|
2015-07-21 20:49:52 +02:00 |
|
jos
|
845cf5be52
|
Changed one word :)
|
2015-07-18 22:40:38 +02:00 |
|
jos
|
bc5d2fe9e4
|
Added example on how to fallback from fraction to bignumber. Reorganized index.js a bit.
|
2015-07-18 22:39:44 +02:00 |
|
jos
|
8158dafd3d
|
Moved the trigonometric functions in util/bignumber.js into separate files
|
2015-07-18 20:37:32 +02:00 |
|
jos
|
8757e9febb
|
Minor refactoring
|
2015-07-18 17:25:48 +02:00 |
|
jos
|
14b41b202e
|
Reworked the BigNumber constants (pi, tau, e, phi) to be created by passing a BigNumber constuctor instead of a precision
|
2015-07-18 17:20:22 +02:00 |
|
jos
|
9d5799f5ca
|
Extended memoize with support for a custom hasher.
|
2015-07-18 13:41:06 +02:00 |
|
jos
|
2353c4a61e
|
Renamed folders util to utils
|
2015-07-18 13:22:38 +02:00 |
|
jos
|
57a47b3b5a
|
Moved pure collection functions to lib/util/collection
|
2015-07-18 12:53:07 +02:00 |
|
jos
|
7615513a14
|
Moved the BigNumber format functions into separate files
|
2015-07-18 12:49:53 +02:00 |
|
jos
|
5e4ed8c1c7
|
Splitted the bignumber bitwise functions into separate files
|
2015-07-18 12:25:11 +02:00 |
|
jos
|
c7651def20
|
Minor refactoring
|
2015-07-18 12:01:22 +02:00 |
|
jos
|
493f34ec7b
|
Split collection.js into separate (pure) functions
|
2015-07-18 11:47:38 +02:00 |
|
jos
|
2d42218c7f
|
Removed isPositiveInteger from util/bignumber.js. Added some unit tests
|
2015-07-18 11:07:41 +02:00 |
|
jos
|
f19cfb4394
|
Reintroduced node.eval(scope). Updated some docs and examples
|
2015-07-18 10:21:48 +02:00 |
|
jos
|
c1a279c293
|
Added unit test for math.clone(Fraction)
|
2015-07-18 09:56:04 +02:00 |
|
jos
|
836b713584
|
Removed redundant /index
|
2015-07-14 22:39:24 +02:00 |
|
jos
|
6c592fa67c
|
Added an example custom_loading.js
|
2015-07-14 21:13:00 +02:00 |
|
jos
|
d6cc806f9a
|
Created methods Matrix.create for all DenseMatrix and SparseMatrix
|
2015-07-12 20:33:43 +02:00 |
|
jos
|
658990a49b
|
Moved Range and Index under lib/type/matrix. Renamed the file Index.js to MatrixIndex.js to prevent name conflicts on Windows. Added an index.js file in lib/function
|
2015-07-12 20:21:27 +02:00 |
|
jos
|
936386c96c
|
Fixed #405: Parser throws error when defining a function in a multiline expression
|
2015-07-11 20:21:49 +02:00 |
|
jos
|
0475924551
|
Use addScalar instead of add where possible
|
2015-07-11 16:38:36 +02:00 |
|
jos
|
6e9df417f0
|
Merge remote-tracking branch 'origin/develop' into develop
|
2015-07-11 16:36:36 +02:00 |
|
jos
|
df862a8954
|
Fixed: #403: added license information to package.json, bower.json, component.json
|
2015-07-11 16:36:25 +02:00 |
|
jos
|
1fdd5b0e7a
|
Changed random naming of parameters to using a counter
|
2015-07-03 17:16:10 +02:00 |
|
Max Bruckner
|
f88b410a6a
|
Merge pull request #400 from AlexEdgcomb/fixTypoInCombination
Corrected typo in combinations.js: enpected -> expected
|
2015-07-01 12:59:39 +02:00 |
|
Alex Edgcomb
|
c62b072e95
|
Changed enpected -> expected
|
2015-06-30 13:57:41 -07:00 |
|
jos
|
f469795d3b
|
Fixed a typo in the docs
|
2015-06-23 20:18:38 +02:00 |
|
jos
|
91b56e117a
|
Added support for strings in function concat
|
2015-06-17 20:26:44 +02:00 |
|
jos
|
f70dcd5d48
|
Added one more test
|
2015-06-17 20:11:03 +02:00 |
|
jos
|
049db47563
|
Merge remote-tracking branch 'origin/develop' into develop
|
2015-06-17 20:06:20 +02:00 |
|
jos
|
b3c7169493
|
Fixed #397: Inaccuracies in nthRoot for very large values, and wrong results for very small values.
|
2015-06-17 20:06:13 +02:00 |
|
Jos de Jong
|
6fa661f662
|
Merge pull request #396 from FSMaxB/perfunction-totex
Move LaTeX definitions from 'util/latex.js' to the individual functions.
|
2015-06-15 13:55:50 +02:00 |
|
Max Bruckner
|
24cd767fa0
|
Get rid of exports.functions in 'lib/util/latex.js'
|
2015-06-14 20:11:18 +02:00 |
|
Max Bruckner
|
5f8b2559c3
|
Remove LaTeX of construction functions from util/latex.js
|
2015-06-14 20:08:19 +02:00 |
|
Max Bruckner
|
d6bd4f97ae
|
Remove LaTeX of relational functions from util/latex.js
|
2015-06-14 02:23:41 +02:00 |
|
Max Bruckner
|
21bd67980a
|
Remove LaTeX of probability functions from util/latex.js
|
2015-06-14 02:23:41 +02:00 |
|
Max Bruckner
|
71a9b14849
|
Remove LaTeX of statistics functions from util/latex.js
|
2015-06-14 02:23:41 +02:00 |
|
Max Bruckner
|
52e169fae4
|
Remove LaTeX of matrix functions from util/latex.js
|
2015-06-14 02:23:41 +02:00 |
|
Max Bruckner
|
5b2b1de154
|
Remove LaTeX of trigonometry functions from util/latex.js
|
2015-06-14 02:23:41 +02:00 |
|
Max Bruckner
|
b56bdfbb7e
|
Remove expression functions from utlil/latex.js
|
2015-06-14 02:23:41 +02:00 |
|
Max Bruckner
|
8a96241038
|
Remove LaTeX of utils functions from util/latex.js
|
2015-06-14 02:23:41 +02:00 |
|
Max Bruckner
|
0dd7fcf738
|
Remove LaTeX of units functions from util/latex.js
|
2015-06-14 02:23:41 +02:00 |
|
Max Bruckner
|
2f67b2e0e6
|
LaTeX of logical functions from util/latex.js
|
2015-06-14 02:23:41 +02:00 |
|