jos
|
9c6069b3cf
|
Fixed broken bundle files (dist/math.js, dist/math.min.js)
|
2016-08-08 20:16:16 +02:00 |
|
Jos de Jong
|
ff53b04dca
|
Merge pull request #697 from MathBunny/master
Fix bignumber isPrime implementation to use bignumber methods
|
2016-08-01 21:10:41 +02:00 |
|
MathBunny
|
5a8b53f8eb
|
Remove useless import
|
2016-07-29 12:13:13 -04:00 |
|
MathBunny
|
a1484394e1
|
Fix BigNumber isPrime implementation to use BigNumber methods
|
2016-07-29 08:07:08 -04:00 |
|
jos
|
ba2f3e5cb4
|
Updated history, added docs for expression parser
|
2016-07-25 22:49:24 +02:00 |
|
MathBunny
|
160b8b7d1f
|
Add tests for isPrime
|
2016-07-21 20:24:59 -04:00 |
|
MathBunny
|
625ef5b9dc
|
Add isPrime function
|
2016-07-21 19:48:41 -04:00 |
|
Max Bruckner
|
c1760298fb
|
New function 'isNaN'
|
2016-06-20 20:24:26 +02:00 |
|
jos
|
b2066e53f6
|
Replaced toTex definitions using the default toTex template with "undefined" and a comment (see #636)
|
2016-04-15 11:00:03 +02:00 |
|
jos
|
e2a3878ba9
|
Moved functions format and print to section string
|
2016-03-03 20:17:41 +01:00 |
|
jos
|
12eee9e856
|
Moved filter, forEach, map, partitionSelect, sort from utils to matrix section
|
2016-02-27 20:00:42 +01:00 |
|
jos
|
94986762fb
|
Merge branch 'develop' into feature/objectsupport
Conflicts:
HISTORY.md
|
2016-02-24 08:58:01 +01:00 |
|
Robert Eisele
|
fcfd43a218
|
Added complex.js
|
2016-01-29 01:56:06 +01:00 |
|
jos
|
96891dd6c5
|
Implemented support for JSON objects in the function math.format
|
2016-01-03 19:47:06 +01:00 |
|
jos
|
b5d3547914
|
Extended trigo, logical, relational functions with support for Units with BigNumber/Fraction value. (Many failing unit tests!)
|
2015-11-28 11:35:52 +01: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
|
493f34ec7b
|
Split collection.js into separate (pure) functions
|
2015-07-18 11:47:38 +02:00 |
|
Max Bruckner
|
8a96241038
|
Remove LaTeX of utils functions from util/latex.js
|
2015-06-14 02:23:41 +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
|
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
|
2d84debd6c
|
Added/updated missing docs
|
2015-05-31 14:29:42 +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 |
|
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 |
|
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 |
|
jos
|
b831ad2b72
|
Added support for fractions to function math.format (including output option fraction='decimal' | 'ratio')
|
2015-05-12 19:43:11 +02:00 |
|
jos
|
8c032f2593
|
Replaced all instanceof checks with x && xisMyType === true checks
|
2015-05-05 15:09:21 +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
|
052c6109af
|
Moved related functions to ./lib/core
|
2015-05-05 11:49:39 +02:00 |
|
jos
|
077890fbb5
|
Cleaned up redundant function BigNumber.convert
|
2015-05-01 23:08:30 +02:00 |
|
jos
|
18d9b8942e
|
Dropped support for module names from function import
|
2015-05-01 23:00:58 +02:00 |
|
jos
|
0ccb0bce4c
|
Refactored Chain, decoupled from import
|
2015-05-01 16:23:04 +02:00 |
|
jos
|
99e3fd40c4
|
Introduced event emitter, and events config and import. Renamed loader.js to core.js
|
2015-05-01 14:03:29 +02:00 |
|
jos
|
1204259209
|
Refactored Complex and Unit into factory functions
|
2015-04-28 22:04:42 +02:00 |
|
jos
|
de7f84ad3a
|
Name for a factory is now optional. All transform functions do no longer export something to the math namespace
|
2015-04-28 20:49:35 +02:00 |
|
jos
|
e9e87cd938
|
Refactored ones and zeros to typed-functions. Created an index.js file for all matrix functions.
|
2015-04-28 20:14:08 +02:00 |
|
jos
|
84512de60b
|
Added a few more index.js files. Removed caching mechanism for function transforms (will be improved upon later again)
|
2015-04-27 14:54:03 +02:00 |
|
jos
|
7a37c777e4
|
Created index.js files for most groups of functions so you can import a all functions with a single action
|
2015-04-26 20:28:47 +02:00 |
|
jos
|
3f0ef4f062
|
Refactored and, not, or, xor to typed-functions
|
2015-04-14 21:10:55 +02:00 |
|
jos
|
8cfabebdfb
|
Oops. committed missing files
|
2015-03-31 22:23:32 +02:00 |
|
jos
|
8a68bb56e4
|
Merged math.js v1.5 into v2. Format support of functions eye and diag still needs to be fixed
|
2015-03-31 22:07:47 +02:00 |
|