2031 Commits

Author SHA1 Message Date
jos
4f00a69386 Merge remote-tracking branch 'origin/master' v2.1.0 2015-08-11 21:32:22 +02:00
jos
c422aff0db Released v2.1.0 2015-08-11 21:31:31 +02:00
jos
b7206b1c7f Added some more missing docs 2015-08-11 21:07:38 +02:00
jos
7e40d0a464 Added docs for physical constants in expression parser help 2015-08-11 21:02:25 +02:00
jos
189d8e4918 Internal functions Unit.parse and Complex.parse now throw an Error instead of returning null when passing invalid input 2015-08-10 21:45:48 +02:00
jos
33370bfe73 Fied #265: added support for unicode characters in the expression parser: greek letters and latin letters with accents 2015-08-10 21:04:49 +02:00
Jos de Jong
af0b0960c0 Merge pull request #425 from ericman314/unit-parse-parentheses
Added support for parentheses to Unit.parse
2015-08-09 23:12:09 +02:00
jos
9215622642 Removed constant definition of atm (duplicate with the atm unit) 2015-08-09 23:10:32 +02:00
Eric
0964c3b627 Fixed tabs 2015-08-09 21:01:40 +00:00
Eric
34442d3828 Added unit test for toJSON -> fromJSON 2015-08-09 20:58:26 +00:00
jos
b67004dce9 Implemented physical constants like gravity, speedOfLight, etc 2015-08-09 22:50:58 +02:00
Eric
37870fcc0d Added support for parentheses to Unit.parse 2015-08-09 20:42:05 +00:00
Jos de Jong
4808799575 Merge pull request #424 from josdejong/derived_units
Some behavioral changes for Unit.parse
2015-08-09 16:58:16 +02:00
jos
067a628bc3 Changed Unit.parse such that implicit multiplication has the same precedence as division 2015-08-09 15:27:56 +02:00
Jos de Jong
af2fc6674a Merge pull request #423 from ericman314/fix-ohms
Removed UPPERCASE OMEGA character (breaks browsers)
2015-08-08 21:48:20 +02:00
Eric
96aca3a7bb _bestPrefix now chooses shortest prefix when prefix values are the same 2015-08-07 13:17:23 +00:00
Eric
5e7a584ab1 Removed UPPERCASE OMEGA character (breaks browsers) 2015-08-07 03:56:13 +00:00
jos
49947557cf Updated history 2015-08-06 21:03:01 +02:00
Jos de Jong
018abbfcf3 Merge pull request #422 from ericman314/feature-electrical-units
Electrical units
2015-08-06 21:00:36 +02:00
Eric
23044e29ca Updated more docs
Fixed tabs
2015-08-06 13:47:01 +00:00
Eric
4f6cc1254b Updated docs and examples 2015-08-06 13:34:12 +00:00
Eric
dfbc575bc1 Added electrical units and unit tests 2015-08-06 12:50:48 +00:00
Max Bruckner
8c3d8bf029 Merge pull request #419 from grimalschi/patch-1
Documentation fix
2015-08-06 08:39:52 +02:00
Veaceslav Grimalschi
30f3be4a26 Documentation fix
FunctionNode has `name: string` property instead of `symbol: Node`
2015-08-06 08:40:11 +03:00
Eric Mansfield
b9614dd9c2 Merge pull request #1 from josdejong/develop
Develop
2015-08-05 23:06:38 -06:00
jos
00236c57f2 Updated history 2015-08-05 21:10:48 +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
9ee911a2b8 Updated history 2015-08-05 21:01:09 +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
Eric Mansfield
377be29eb6 Fix my typos 2015-08-03 23:34:30 -06:00
Eric
f5d166a809 Made an attempt at derived units with simplification
Updated unit tests
Updated examples
Updated docs
2015-08-04 05:26:00 +00:00
jos
c1b18c75de Updated history and contributor list 2015-08-03 22:00:44 +02:00
Jos de Jong
10cae47f4b Merge pull request #415 from saromanov/kldivergence
Add Kullback-Leibler divergence
2015-08-03 21:57:12 +02:00
Eric
0a1c8446a5 Added a few more unit tests 2015-08-01 20:58:08 +00:00
Eric
7ce39f1084 Finished upgrades to unit type. Adjusted several unit tests. 2015-08-01 18:35:46 +00:00
Sergey Romanov
5360549b1f Add additional test 2015-08-01 17:26:05 +05:00
Sergey Romanov
a05cb67f8f check concrete results 2015-08-01 17:22:31 +05:00
Sergey Romanov
e99d7c1a7f Add test for bignumber 2015-08-01 17:18:35 +05:00
jos
577b1bf694 Minor refactoring in cli. Fixed output of version being prefixed with "> " 2015-07-31 14:16:28 +02:00
jos
ee52d4907a Removed some unused references 2015-07-31 09:23:09 +02:00
Sergey Romanov
8a78b9c847 isNumeric instead number.isNumber 2015-07-31 03:53:12 +05:00
Sergey Romanov
87afd45d7f kldivergence.test.js instead entropy.js 2015-07-31 02:35:04 +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
Eric
4c1f160e10 Mostly done but now everything's broken. 2015-07-30 05:38:18 +00:00
Eric
a4974134a4 Halfway done working on the dimensions array approach for units,
but running into trouble with formatting. May have to change
many things to get it to work.
2015-07-30 03:03:39 +00:00
jos
41d9ef9b23 Released version 2.0.1 v2.0.1 2015-07-29 21:46:05 +02:00
jos
127a9ba388 Improved docs of fractions 2015-07-29 20:51:35 +02:00