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
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
Max Bruckner
3fa2d4fb92
Remove LaTeX of complex functions from util/latex.js
2015-06-14 02:23:41 +02:00
Max Bruckner
bec0def02a
Remove LaTeX of combinatorics functions from util/latex.js
2015-06-14 02:23:41 +02:00
Max Bruckner
f4f4e3252d
Remove LaTeX of bitwise functions from util/latex.js
2015-06-14 02:23:41 +02:00
Max Bruckner
09d1bfac92
Remove LaTeX of arithmetic functions from util/latex.js
2015-06-14 02:23:41 +02:00
jos
a1531e0173
Minor improvements in the docs
2015-06-10 20:53:50 +02:00
jos
4314827cba
Merge remote-tracking branch 'origin/develop' into develop
2015-06-10 20:50:39 +02:00
jos
d2e8ec06f2
Fixed docgenerator for v2. Updated docs.
2015-06-10 20:50:29 +02:00
Liam Newman
c52e243dab
Update filter.js
...
Doc-only.
2015-06-09 11:54:46 -07:00
jos
955dd2c392
Implemented util function isNegative
2015-06-07 22:10:45 +02:00
jos
4bc087fa35
Implemented function isPositive and some refinements
2015-06-07 22:06:03 +02:00
jos
4d37ca2364
Removed support for complex, unit, and string from isInteger, and removed support for string from isZero
2015-06-07 21:43:55 +02:00
jos
eab7b7fdd5
Implemented util function isNumeric
2015-06-07 21:35:05 +02:00
jos
5589527f24
Implemented util function isZero
2015-06-07 21:25:53 +02:00
jos
e249b17c61
Implemented util function isInteger
2015-06-07 21:16:50 +02:00
jos
3cf7d2c309
Conversions to v2
2015-06-07 16:53:40 +02:00
jos
1fe4dc899d
Merged latest develop to v2
2015-06-07 16:53:24 +02:00
jos
b7b4669935
Conversions after merging develop into v2
2015-06-07 15:57:58 +02:00
jos
a92b978036
Merged develop into v2
2015-06-07 15:57:41 +02:00
Jos de Jong
2705fd7bac
Merge pull request #380 from kv-kunalvyas/develop
...
Added intersection function
2015-06-07 13:57:38 +02:00
Kunal Vyas
58cfb20ffd
Wrote unit tests
...
- Added intersect.js file in lib/expression/docs
- added an entry in the index.js file in expression/docs
- modified intersect.js to give appropriate error messages
- added an entry in lib/math.js so that the test case file could find
the function
- wrote the test cases for intersect
2015-06-06 22:44:32 -04:00
Kunal Vyas
44175b5c5b
changed indentation from 4 to 2 space
2015-06-04 19:44:01 -04:00
jos
2d84debd6c
Added/updated missing docs
2015-05-31 14:29:42 +02:00
jos
82ed4ca497
Fixed #381 : issue in docs of randomInt (see also #382 )
2015-05-31 14:01:59 +02:00
jos
7347591535
Upgraded to fraction.js v2.0.0, added fraction support for pow (integer exponents only)
2015-05-31 12:21:24 +02:00
Rogelio J. Baucells
9eaafcbc5c
Merge branch 'josdejong/v2' into v2-sparse
2015-05-29 21:20:09 -04:00
jos
5762132822
Removed premature stuff on Permutation (see#362), and removed dependency on underscore.
2015-05-27 13:52:14 +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
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 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
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
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
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
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
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
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
090c9e8ae8
Upgraded to typed-function 0.9.0, resolving nondeterministic ordering of types. Solved performance issues with add, divide, and multiply.
2015-05-17 20:45:32 +02:00