Robert Eisele
|
ff2bb51855
|
Implemented lcm for fractions
|
2015-09-06 12:38:00 +02:00 |
|
Robert Eisele
|
ac008b7623
|
Fraction cloning is not needed
|
2015-09-06 12:18:53 +02:00 |
|
Robert Eisele
|
ce0c9dcb9a
|
Simplified fraction unary minus
|
2015-09-06 12:18:19 +02:00 |
|
Devan Patel
|
d589ce54f9
|
Adding more unit tests for Distance
|
2015-08-31 17:56:43 -04:00 |
|
Devan Patel
|
eab1d0be48
|
Adding distance
Adding source + test + docs + fixing index.
|
2015-08-30 13:05:07 -04:00 |
|
Jos de Jong
|
08ccb24c06
|
Merge pull request #440 from rjbaucells/develop
Fix for issue #437 (Possible bug in lusolve)
|
2015-08-28 20:45:49 +02:00 |
|
Rogelio J. Baucells
|
06c3cd31b5
|
Issue #437 fix
|
2015-08-27 21:07:13 -04:00 |
|
Eric Mansfield
|
94a7d8c4e9
|
Merge pull request #438 from ericman314/unit-prefix-powers
Unit prefix powers
|
2015-08-25 13:50:32 -06:00 |
|
jos
|
42f15d049e
|
Fixed a typo in the docs
|
2015-08-25 13:45:34 +02:00 |
|
Eric
|
55d3842d60
|
Fixed tabs
|
2015-08-25 03:24:40 +00:00 |
|
Eric
|
2968f2b4ff
|
Almost done with unit prefix powers
|
2015-08-23 21:00:52 +00:00 |
|
Eric
|
03ec30216e
|
Added support for units to abs, cube, sign, sqrt, square
Updated examples, docs, and unit tests
|
2015-08-21 05:27:54 +00:00 |
|
Devan Patel
|
574cf0b62e
|
Adding support for Catalan Numbers in Combinatorics
Adding combinatorics function catalan + test
|
2015-08-16 14:23:14 -04:00 |
|
jos
|
b7206b1c7f
|
Added some more missing docs
|
2015-08-11 21:07:38 +02:00 |
|
jos
|
a94f0c6c5e
|
Merge branch 'feature-derived-units' of https://github.com/ericman314/mathjs into ericman314-feature-derived-units
Conflicts:
examples/units.js
|
2015-08-05 21:04:53 +02:00 |
|
Jos de Jong
|
b11277163d
|
Merge pull request #417 from kv-kunalvyas/master
Added Mode Function
|
2015-08-05 21:00:26 +02:00 |
|
Kunal Vyas
|
ea2f1343c7
|
Added Mode Function
- Added the function in mode.js
- wrote the test cases.
|
2015-08-04 02:32:21 -04:00 |
|
Eric Mansfield
|
a44ccd09bb
|
Removed debugging output
|
2015-08-03 23:36:00 -06:00 |
|
Sergey Romanov
|
8a78b9c847
|
isNumeric instead number.isNumber
|
2015-07-31 03:53:12 +05:00 |
|
Sergey Romanov
|
e4311c000a
|
kldivergence.js instead entropy.js
|
2015-07-31 02:34:38 +05:00 |
|
Sergey Romanov
|
27fc2f5b5f
|
remove entropy files
|
2015-07-31 02:33:14 +05:00 |
|
Sergey Romanov
|
ec3b2e10fe
|
Add Kullback-Leibler divergence
|
2015-07-29 03:04:01 +05:00 |
|
jos
|
154577d1be
|
Updated docs, examples, history
|
2015-07-27 21:26:50 +02:00 |
|
jos
|
3f77f7138a
|
Upgraded to typed-function v0.10.0
|
2015-07-26 19:48:18 +02:00 |
|
Ubuntu
|
f583855261
|
First attempt at derived units. Updated unit tests and examples.
|
2015-07-25 18:48:04 +00:00 |
|
Ubuntu
|
9ae8ea36df
|
Just committing so I can checkout master again to revert a few lines.
|
2015-07-25 03:33:07 +00:00 |
|
jos
|
34348d8483
|
Merge remote-tracking branch 'origin/v2' into develop
|
2015-07-21 20:51:39 +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
|
8158dafd3d
|
Moved the trigonometric functions in util/bignumber.js into separate files
|
2015-07-18 20:37:32 +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
|
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
|
5e4ed8c1c7
|
Splitted the bignumber bitwise functions into separate files
|
2015-07-18 12:25:11 +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
|
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
|
0475924551
|
Use addScalar instead of add where possible
|
2015-07-11 16:38:36 +02:00 |
|
jos
|
91b56e117a
|
Added support for strings in function concat
|
2015-06-17 20:26:44 +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 |
|
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
|
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 |
|