jos
|
3a1dea00b0
|
Function typeof no longer returns lower case names, but now returns lower case names for primitives (like number, boolean, string), and upper-camel-case for non-primitives (like Array, Complex, Function).
|
2015-05-22 21:05:35 +02:00 |
|
Devan Patel
|
88a8f4712b
|
Merge branch 'master' of github.com:devanp92/mathjs into Multinomial
|
2015-05-21 21:50:20 -04:00 |
|
Devan Patel
|
39acbdd558
|
Remove skipped test
|
2015-05-21 14:44:10 -04:00 |
|
Rogelio J. Baucells
|
f2a179aa31
|
Merge branch 'josdejong/v2' into v2-Index
Conflicts:
lib/core/typed.js
lib/type/index/prototype/Index.js
|
2015-05-21 00:38:58 -04:00 |
|
Rogelio J. Baucells
|
7579412f7d
|
Index dimension with immutable matrix
|
2015-05-20 17:41:03 -04:00 |
|
jos
|
d81fe279cc
|
String input is now converted to numbers by default for all functions. Adding two strings will no longer concatenate them, but will convert the
strings to numbers and add them.
|
2015-05-19 22:18:40 +02:00 |
|
Max Bruckner
|
b50ed45c06
|
Use number configuration for return type of sum with empty array
|
2015-05-18 14:08:15 +02:00 |
|
Max Bruckner
|
1ef8f2986e
|
sum: Fix #369 return 0 for empty array
|
2015-05-17 21:18:14 +02:00 |
|
jos
|
e055828205
|
Minor tweaks
|
2015-05-17 17:00:20 +02:00 |
|
rjbaucells
|
ce95f7a837
|
lusolve() and slu() tests
|
2015-05-17 10:34:15 -04:00 |
|
rjbaucells
|
027462b081
|
slu() and lusolve()
|
2015-05-16 11:50:34 -04:00 |
|
Favian Contreras
|
9df7ee1701
|
Implemented a partition-based selection function, which uses the quickselect algorithm. Tests as well.
|
2015-05-15 02:37:13 -07:00 |
|
rjbaucells
|
b5931fb116
|
solvers
|
2015-05-14 23:04:59 -04:00 |
|
rjbaucells
|
ceca6af8d3
|
slu() and lusolve()
|
2015-05-14 20:24:26 -04:00 |
|
Favian Contreras
|
fbfbd030d1
|
Removed the ability to insert data as a series of scalar values. Consolidated sorted and normal cases into 1 file. Added ability to use a list of probabilities, or an integer as a number of would be evenly spaced probabilities.
|
2015-05-14 08:06:38 -07:00 |
|
rjbaucells
|
c24235ec3b
|
tests - final
missing file
|
2015-05-13 20:30:49 -04:00 |
|
jos
|
ec3ad5461f
|
Added Fraction support for cube and square. Fixed operations on Fractions mutating the original fraction.
|
2015-05-12 21:26:51 +02:00 |
|
jos
|
4766546748
|
Added fraction support for functions ceil, fix, floor, round
|
2015-05-12 20:26:42 +02:00 |
|
jos
|
a0ad13b9e0
|
Added support for Fraction in functions compare, equal, larger, largerEq, smaller, smallerEq, unequal.
|
2015-05-12 13:46:50 +02:00 |
|
jos
|
44b2129740
|
Added Fraction support for abs, gcd, mod. Added a valueOf() method to Fraction
|
2015-05-12 13:25:05 +02:00 |
|
Favian Contreras
|
ae3267d5b8
|
Basic quantile implementation and tests (see issues #305 and #354). There is also an implementation that assumes the input is sorted in ascending order, to maintain an O(1) runtime.
|
2015-05-12 03:04:51 -07:00 |
|
jos
|
73f2dc2601
|
Implemented Fraction (using library fraction.js) for add, subtract, multiply, divide.
|
2015-05-12 11:42:57 +02:00 |
|
rjbaucells
|
a432b732ef
|
Merge remote-tracking branch 'origin/v2-test' into v2-sparse
|
2015-05-10 12:17:37 -04:00 |
|
rjbaucells
|
d3902a2fcf
|
lusolve() - partial
|
2015-05-09 11:21:23 -04:00 |
|
jos
|
04f09c52c3
|
Merge remote-tracking branch 'origin/v2' into v2
|
2015-05-09 14:53:42 +02:00 |
|
jos
|
868b2702b5
|
Updated to typed-function v0.8, creating a new instance of typed-function for each instance of math.js. Better error messages and new utility functions typed.convert and typed.find.
|
2015-05-09 14:53:36 +02:00 |
|
Rogelio J. Baucells
|
737d476970
|
slu() and lusolve()
|
2015-05-08 15:45:03 -04:00 |
|
Devan Patel
|
2fba039dd6
|
Adding support for Multinomial + test.
|
2015-05-08 13:20:17 -04:00 |
|
rjbaucells
|
e3cee480ec
|
Merge remote-tracking branch 'origin/v2-test' into v2-sparse
|
2015-05-07 23:53:13 -04:00 |
|
rjbaucells
|
dd6335a6db
|
lsolve() and usolve()
|
2015-05-07 23:43:28 -04:00 |
|
Rogelio J. Baucells
|
92d270ca31
|
Test for algorithm04 bug
|
2015-05-05 17:16:24 -04:00 |
|
Max Bruckner
|
b762d16dd8
|
Merge pull request #357 from devanp92/patch-1
Deleting console.log statement
|
2015-05-05 21:57:37 +02:00 |
|
Devan Patel
|
e33ae343c5
|
Deleting console.log statement
https://github.com/josdejong/mathjs/issues/355
|
2015-05-05 14:10:01 -04:00 |
|
jos
|
7e3eda8603
|
Moved all data types and their construction functions into a folder of their own under ./lib/type
|
2015-05-05 13:51:24 +02:00 |
|
jos
|
758107428c
|
Moved collection.js and Matrix.js under ./lib/type/matrix, moved construction functions matrix.js and sparse.js to ./lib/type/matrix/function, and created an index file.
|
2015-05-05 12:00:07 +02:00 |
|
jos
|
8b06d04d48
|
Moved expression related functions under ./lib/expression/function
|
2015-05-05 11:52:18 +02:00 |
|
jos
|
052c6109af
|
Moved related functions to ./lib/core
|
2015-05-05 11:49:39 +02:00 |
|
Jos de Jong
|
cd6f6df393
|
Merge pull request #346 from rjbaucells/sparse-arithmetic
Sparse arithmetic updates
|
2015-05-05 11:04:18 +02:00 |
|
Devan Patel
|
c3f051ee8b
|
Fixing IntegerOverflow on Composition. Updated tests as well.
|
2015-05-04 16:03:59 -04:00 |
|
Devan Patel
|
ff73f26132
|
Merge branch 'master' of github.com:devanp92/mathjs
ed3b86653bb723d362f23f5ceedf8229dceaa14.
|
2015-05-04 14:23:46 -04:00 |
|
rjbaucells
|
bd3b336eaf
|
Merge branch 'v2-sparse' of https://github.com/rjbaucells/mathjs into v2-sparse
|
2015-05-04 11:26:42 -04:00 |
|
rjbaucells
|
b2067268be
|
Merge remote-tracking branch 'origin/sparse-arithmetic-tmp' into v2-sparse
Conflicts:
lib/type/matrix/SparseMatrix.js
|
2015-05-04 11:26:18 -04:00 |
|
rjbaucells
|
16bb1d189a
|
to updates
|
2015-05-04 09:41:59 -04:00 |
|
rjbaucells
|
586b93bcf3
|
atan2 updates
|
2015-05-03 23:39:06 -04:00 |
|
rjbaucells
|
fa24a92b24
|
atan2 updates - partial
|
2015-05-03 23:36:05 -04:00 |
|
rjbaucells
|
ff2ddc51ae
|
unequal updates
|
2015-05-03 22:43:56 -04:00 |
|
rjbaucells
|
36ffb9444f
|
smallerEq updates
|
2015-05-03 22:38:08 -04:00 |
|
rjbaucells
|
1d7e9bb374
|
smaller updates
|
2015-05-03 22:33:16 -04:00 |
|
rjbaucells
|
5293c22c10
|
largerEq updates
|
2015-05-03 22:28:35 -04:00 |
|
rjbaucells
|
5880adfd8c
|
larger updates
|
2015-05-03 22:23:50 -04:00 |
|