Rogelio J. Baucells
|
9eaafcbc5c
|
Merge branch 'josdejong/v2' into v2-sparse
|
2015-05-29 21:20:09 -04:00 |
|
jos
|
a822d823ba
|
Merge remote-tracking branch 'origin/develop' into develop
|
2015-05-27 13:52:23 +02:00 |
|
jos
|
5762132822
|
Removed premature stuff on Permutation (see#362), and removed dependency on underscore.
|
2015-05-27 13:52:14 +02:00 |
|
Jos de Jong
|
1463cdf939
|
Merge pull request #383 from devanp92/patch-5
Making randomInt's documentation more readable
|
2015-05-27 13:41:00 +02:00 |
|
jos
|
e87184764f
|
Updated history.
|
2015-05-27 13:38:27 +02:00 |
|
jos
|
00a51a0fa1
|
Merge branch 'Multinomial' of https://github.com/devanp92/mathjs into devanp92-Multinomial
Conflicts:
HISTORY.md
lib/util/number.js
|
2015-05-27 13:37:31 +02:00 |
|
jos
|
c810981238
|
Method Node.compile() no longer needs math to be passed as argument.
|
2015-05-27 13:30:35 +02:00 |
|
Devan Patel
|
e126395023
|
Update randomInt.md
|
2015-05-26 21:16:33 -04:00 |
|
Kunal Vyas
|
d2230e519c
|
Added intersection function
Computes:
- Line and line intersection in 2D and 3D
- Line and plane intersection in 3D
|
2015-05-26 03:28:58 -04:00 |
|
Devan Patel
|
51144f3220
|
Fixing BellNumbers and StirlingS2 for isPositiveInteger
|
2015-05-25 14:29:19 -04:00 |
|
Devan Patel
|
57619c51ef
|
Fixing mutlinomial for isPositiveInteger
|
2015-05-25 14:24:21 -04:00 |
|
jos
|
0eb9b5b119
|
Implemented a new configuration option predictable, which can be set to true in order to ensure predictable function output types.
|
2015-05-23 21:00:08 +02:00 |
|
Rogelio J. Baucells
|
d927b08945
|
Merge remote-tracking branch 'origin/v2-Index' into v2-sparse
|
2015-05-22 15:25:21 -04:00 |
|
jos
|
c19befd7c2
|
Removed broken (redundant) unit test
|
2015-05-22 21:15:08 +02:00 |
|
Jos de Jong
|
3e6445a6d0
|
Merge pull request #368 from rjbaucells/v2-Index
Extend Index implementation to support set of values
|
2015-05-22 21:13:21 +02:00 |
|
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
|
148d3accad
|
Range.map() and forEach() tests
|
2015-05-21 13:45:17 -04:00 |
|
Rogelio J. Baucells
|
9b6a9c2298
|
Range.forEach() and map() API changes
Range.forEach() and map() API change to match Matrix
|
2015-05-21 13:17:17 -04:00 |
|
Rogelio J. Baucells
|
96a9805ee8
|
v2-sync
|
2015-05-21 00:40: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
|
8e95fabc06
|
Merge branch 'v2' into v2-Index
|
2015-05-21 00:25:40 -04:00 |
|
Rogelio J. Baucells
|
de8b71eae7
|
Merge branch 'rjbaucells-v2-Index' into v2
|
2015-05-21 00:24:12 -04:00 |
|
Rogelio J. Baucells
|
fedae8e386
|
Set removal
|
2015-05-20 18:16:17 -04:00 |
|
Rogelio J. Baucells
|
0a2f555591
|
Merge branch 'rjbaucells-v2-Index' into v2
|
2015-05-20 17:48:50 -04:00 |
|
Rogelio J. Baucells
|
7579412f7d
|
Index dimension with immutable matrix
|
2015-05-20 17:41:03 -04:00 |
|
jos
|
6c7bf4acf0
|
Removed boolean, string, and null from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally). Consistently renamed primitive types lower case (boolean, string, number, null) and non-primitive types uppercase (Complex, BigNumber, Function, Array, ...).
|
2015-05-20 21:08:26 +02:00 |
|
jos
|
166d3aa0be
|
Removed boolean, string, and null from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally).
|
2015-05-20 20:49:19 +02:00 |
|
Jos de Jong
|
2471c6690d
|
Merge pull request #375 from devanp92/patch-1
Adding Utility isPositiveInteger function + test
|
2015-05-20 20:15:05 +02:00 |
|
jos
|
be98cf613d
|
Updated docs of add to reflect changed behavior for strings
|
2015-05-20 19:59:43 +02: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 |
|
Devan Patel
|
b09844cbe4
|
Removing from number.js
|
2015-05-19 08:55:23 -04:00 |
|
Devan Patel
|
b8a315c6b6
|
Moving isPositiveInteger to bignumber
|
2015-05-19 08:52:41 -04:00 |
|
Favian Contreras
|
1b9ace802e
|
Cleaned up median by removing flat variable. Added test case with multiple empty lists (where simply taking the length of a non-flattened list would fail).
|
2015-05-18 13:20:51 -07:00 |
|
Devan Patel
|
06404ed44b
|
Merge branch 'master' of github.com:devanp92/mathjs
# Conflicts:
# dist/math.js
# dist/math.map
# dist/math.min.js
|
2015-05-18 11:26:19 -04:00 |
|
Devan Patel
|
7051a9b540
|
Adding test for isPositiveInteger
|
2015-05-18 11:12:27 -04:00 |
|
Devan Patel
|
66d2fcddcd
|
Adding utility IsPositiveInteger
|
2015-05-18 11:11:19 -04:00 |
|
Max Bruckner
|
b50ed45c06
|
Use number configuration for return type of sum with empty array
|
2015-05-18 14:08:15 +02:00 |
|
jos
|
8b1ee25694
|
Updated history
|
2015-05-18 09:55:33 +02:00 |
|
jos
|
c113798a3c
|
Updated history
|
2015-05-18 09:41:04 +02:00 |
|
jos
|
ba679d6b8e
|
Merge remote-tracking branch 'origin/v2' into v2
|
2015-05-18 09:39:33 +02:00 |
|
jos
|
39e1721c1a
|
Updated history
|
2015-05-18 09:39:24 +02:00 |
|
Jos de Jong
|
74805c75a0
|
Merge pull request #373 from BigFav/quickselect_quantile
Replaced the sort in median and quantileSeq with a partition-based selection function
|
2015-05-18 09:37:37 +02:00 |
|
Jos de Jong
|
738c1e9d77
|
Merge pull request #374 from FSMaxB/cli
Expose the parenthesis option via the command line
|
2015-05-18 09:08:36 +02:00 |
|
Jos de Jong
|
10777f615b
|
Merge pull request #372 from devanp92/devanp92-patch-syntax-md
Fixing grammatical issues in Documentation
|
2015-05-18 09:07:13 +02:00 |
|
Max Bruckner
|
2c0af27a12
|
Update the build
|
2015-05-17 21:34:46 +02:00 |
|
Max Bruckner
|
6574468c3a
|
Document options parameter of toString and toTex
|
2015-05-17 21:29:19 +02:00 |
|
Max Bruckner
|
1ef8f2986e
|
sum: Fix #369 return 0 for empty array
|
2015-05-17 21:18:14 +02:00 |
|
Jos de Jong
|
06e36f79d2
|
Merge pull request #364 from FSMaxB/callbacks
Pass configuration to `toTex` and `toString` and callbacks for `toString`
|
2015-05-17 20:56:23 +02:00 |
|