4118 Commits

Author SHA1 Message Date
morsecodist
b3c22b9b29 Added rng and seedrandom 2017-02-21 16:28:19 -05:00
morsecodist
2e9df12af9 Added seed-random dependency 2017-02-21 16:26:15 -05:00
jos
b9ae313558 Upgraded to webpack v2 2017-02-21 20:45:07 +01:00
jos
6f7fc175e1 Fixed #797: issue with production builds of React Native projects 2017-02-21 20:35:43 +01:00
jos
03b93c508d Fixed math.round not accepting inputs NaN, Infinity, -Infinity 2017-02-20 21:35:27 +01:00
jos
b283accfa5 Refer to quantileSeq in docs of median 2017-02-20 20:50:37 +01:00
jos
faa8b88036 Released v3.9.2 v3.9.2 2017-02-16 21:03:08 +01:00
jos
bd52740e61 Fixed #795: Parse error in case of a multi-line expression with just comments 2017-02-15 22:05:38 +01:00
jos
9101dafbad Released v3.9.1 v3.9.1 2017-02-06 20:15:33 +01:00
jos
1f1f7b72f9 Added semi colons 2017-02-06 20:09:50 +01:00
jos
4a98f6818b Performance optimization 2017-02-06 20:09:03 +01:00
jos
0396d9622d More clear method description 2017-02-05 13:55:49 +01:00
jos
f8370bdaf1 Fixed #790: Expression parser did not pass function arguments of enclosing functions via scope to functions having rawArgs = true 2017-02-05 13:50:06 +01:00
jos
f39a4073db https url instead of http 2017-02-03 20:17:22 +01:00
jos
ff96ab812d Created a currency conversion example (see #787) 2017-02-03 20:11:38 +01:00
jos
3c4db52c69 Fixed some typos 2017-02-03 17:53:06 +01:00
jos
51aff17b73 Merge remote-tracking branch 'origin/develop' into develop 2017-02-03 17:52:54 +01:00
jos
41f4cd6078 Fixed #789: Math.js not supporting conversion of string to BigNumber, Fraction, or Complex number 2017-02-03 17:52:38 +01:00
Eric Mansfield
4486b6bb9c Merge pull request #785 from TroyAlford/develop
Remove extraneous `require('util')` from Unit.js
2017-01-28 18:29:57 -07:00
Troy Alford
60b460d382 Merge pull request #1 from TroyAlford/remove-unnecessary-require-util
Removing extraneous `require('utils')`
2017-01-28 17:15:11 -08:00
Troy Alford
f6bb6faebe Removing extraneous require('utils')
When packaging this library with `rollup.js` - there is a continual complaint about importing a "node built-in" `util`, which stems from this line in `Unit.js`. The line appears extraneous, however - so this PR simply removes it.
2017-01-28 17:10:32 -08:00
jos
1192267d14 Updated history 2017-01-24 20:29:35 +01:00
jos
de67dd340a Merge branch 'master' into develop 2017-01-24 20:28:26 +01:00
Jos de Jong
cffdef5c8f Merge pull request #784 from HarrySarson/master
fixed doc error for config option predictable
2017-01-24 20:28:00 +01:00
Harry Sarson
d559aa5062 fixed doc error for config option predictable 2017-01-24 18:43:07 +00:00
jos
8b701aac41 Ehh it's 2017 now 2017-01-23 22:17:45 +01:00
jos
73c3d711e5 Updated description of mathsteps 2017-01-23 22:04:44 +01:00
jos
20f3af05b3 Fixed markdown urls, updated an example 2017-01-23 21:56:14 +01:00
jos
064cb7a34b Updated project description v3.9.0 2017-01-23 21:03:06 +01:00
jos
ddb8fc4374 Released v3.9.0 2017-01-23 20:47:52 +01:00
jos
12c2444ead Merge branch 'differentiation_consistent_api' into develop
# Conflicts:
#	HISTORY.md
2017-01-22 20:03:09 +01:00
Jos de Jong
85be9c6ad5 Merge pull request #778 from adamisntdead/master
Add Support for Complex Numbers in Kronecker Product Function
2017-01-22 20:01:35 +01:00
Adam Kelly
4608afecc6 Change from multiply to multiplyScalar with kron 2017-01-22 18:46:11 +00:00
Jos de Jong
c879acf9d3 Merge pull request #780 from ericman314/differentiation_consistent_api
Fixed derivative of exp(x)
2017-01-22 15:44:57 +01:00
jos
d722473b53 Fixed simplify not handling non-existing functions correctly 2017-01-22 15:44:14 +01:00
ericman314
b440955297 Added unit test for exp(x) 2017-01-22 07:41:02 -07:00
jos
e6a658dd35 Improved examples of simplify 2017-01-22 15:39:25 +01:00
ericman314
aab56c8094 Fixed derivative of exp(x) 2017-01-22 07:35:22 -07:00
jos
99aa855a01 Fixed a few examples in docs 2017-01-22 15:33:12 +01:00
jos
f4b7855a84 Docs, examples, some fixes 2017-01-22 15:30:18 +01:00
jos
db67f4cb84 Removed method Node.simplify() (use function simplify instead) 2017-01-22 13:42:19 +01:00
jos
08ed2b4160 Updated docs 2017-01-21 20:45:14 +01:00
jos
91dc47c763 Made ES5 complient again 2017-01-21 20:38:36 +01:00
jos
5c5b83988e Updaed docs of Node.simplify 2017-01-21 20:35:20 +01:00
jos
0ae4dce80b Updated docs of simplify and derivative 2017-01-21 20:29:10 +01:00
jos
6a61dd6d3c Implemented option {simplify: boolean} for function derivative 2017-01-21 20:10:10 +01:00
jos
93540e52c4 Refactored unit tests of derivative so they are easier to read/maintain 2017-01-21 17:07:21 +01:00
Adam Kelly
b564c20f19 Add Support for Complex Numbers in kron 2017-01-20 22:51:01 +00:00
jos
71ae3ea076 Consistent API for both derivative and simplify (dropped transform) 2017-01-20 21:43:40 +01:00
Jos de Jong
f220000fea Updated history 2017-01-20 20:22:16 +01:00