4118 Commits

Author SHA1 Message Date
Dakota Blair
c591c07347 Fixed #851: More consistent behavior of sqrt, nthRoot, and pow 2018-03-21 19:05:08 +00:00
Robin Wieruch
c561b171b4
add slack community to README.md 2018-03-21 11:55:31 +08:00
jos
c5fb3bcbc5 More clear docs on the number configuration, see #1064 2018-03-19 22:03:00 +01:00
Jos de Jong
9ef11869da
Merge pull request #1067 from pokeball99/master
Time Traveling is Real!!
2018-03-19 15:47:33 +01:00
pokeball99
8c80eade0e
Time Traveling is Real!!
Version 4.0.1 released 1 year and 2 days ago, according to HISTORY.MD
2018-03-19 09:10:36 -05:00
jos
4e5cc854f0 Released version 4.0.1 v4.0.1 2018-03-17 20:34:08 +01:00
jos
4ce942eedf Fixed #1062: mathjs not working on ES5 browsers like IE11 and Safari 9.3 2018-03-17 20:31:53 +01:00
jos
b00e0b7460 Fixed #1061: math.unit not accepting input like 1/s 2018-03-17 14:01:29 +01:00
Favian Contreras
d8ec9c3638
More functions from ECMA 6 draft (expm1, log2, and log1p). 2018-03-08 17:10:59 +00:00
jean-emmanuel
0e05c0f9c7 Add support for Array values argument in print function 2018-03-04 14:08:55 +01:00
jos
247f0132f4 Merge branch 'develop' of github.com:josdejong/mathjs into develop 2018-03-01 20:20:25 +01:00
jos
9bb441bf02 Fixed #1053: wrong example on factory functions 2018-03-01 20:19:59 +01:00
Jos de Jong
df8a3e7c4c
Merge pull request #1049 from yukulele/patch-1
Update isPrime.md
2018-03-01 20:14:18 +01:00
Clément P
59178319e4
Update isPrime.js 2018-03-01 12:08:28 +01:00
Clément P
fe72b5ee6f
Update isPrime.md 2018-03-01 12:07:39 +01:00
Clément P
c4e812a122
Update isPrime.md
syntax error
2018-02-28 20:29:53 +01:00
jos
a99b8fbe4f Released v4.0.0 v4.0.0 2018-02-25 14:09:53 +01:00
jos
7f6f997fa3 Merge branch 'develop' into v4 2018-02-25 14:00:41 +01:00
jos
8eb8aba6ce Fixed truncation of multi-line descriptions of @return too (see #1040) 2018-02-21 14:34:52 +01:00
jos
3059e1b94f Fixed truncation of some docs when generating markdown (see #1040) 2018-02-21 13:22:08 +01:00
jos
ae60d22ec3 Adjust minimal nodejs engine to 4 (see #987) 2018-02-21 11:58:42 +01:00
jos
6613f1c844 Release the second release candidate 4.0.0-rc.2 v4.0.0-rc.2 2018-02-21 11:36:43 +01:00
jos
417dc049de Invert some checks for zero 2018-02-21 10:56:33 +01:00
jos
0b9f22e9d8 Refactoring in handling DenseMatrix/SparseMatrix cases in most functions 2018-02-21 10:51:21 +01:00
jos
bf3f62b564 Upgraded to typed-function@1.0.0 2018-02-20 20:59:05 +01:00
jos
d5d4e40e59 Reorder tests 2018-02-17 20:51:58 +01:00
jos
7f00868f8b Merge branch 'develop' into v4
# Conflicts:
#	HISTORY.md
#	dist/math.js
#	dist/math.min.js
#	dist/math.min.map
#	lib/version.js
#	package-lock.json
#	package.json
2018-02-07 17:05:27 +01:00
jos
20f317c524 Released mathjs v3.20.2 v3.20.2 2018-02-07 16:55:40 +01:00
jos
c9fcfc6b96 Publish release candidate v4.0.0-rc.1 v4.0.0-rc.1 2018-02-04 15:13:44 +01:00
jos
a7751f72a5 Update/fix examples where needed 2018-02-04 15:05:00 +01:00
jos
99ab11b234 Dropped constant uninitialized 2018-02-04 13:09:09 +01:00
jos
1aff556a01 Updated history 2018-02-04 12:25:37 +01:00
Jos de Jong
b4d299307a
Merge pull request #1037 from josdejong/v4_fn_implicit_multiplication
Evaluate `sqrt(2)(3)` as implicit multiplication instead of function call
2018-02-04 12:02:35 +01:00
Jos de Jong
e631771df0
Merge branch 'v4' into v4_fn_implicit_multiplication 2018-02-04 11:58:15 +01:00
Jos de Jong
cdda817d9f
Merge pull request #1036 from ericman314/implicit-multiplication
Implicit multiplication
2018-02-04 11:55:15 +01:00
Eric Mansfield
e0b8640ab4 Added more examples for implicit multiplication 2018-02-03 14:26:04 -07:00
Eric Mansfield
83862d2996 Refactored token state history into own function 2018-02-03 14:19:48 -07:00
jos
11b4c03460 Remove support for calling a function returned by a function, parse as implicit multiplication instead. See #1035 2018-02-03 21:52:18 +01:00
Eric Mansfield
617e1d1587 Trying to remove package-lock.json again 2018-02-03 11:47:43 -07:00
Eric Mansfield
7259cf4df0 Removed package-lock.json 2018-02-03 11:42:38 -07:00
Eric Mansfield
cd5381a64f Minor formatting 2018-02-03 11:39:37 -07:00
Eric Mansfield
3f62bd9ebd Finished docs 2018-02-03 11:32:17 -07:00
Eric Mansfield
260bb8d823 Halfway done with docs 2018-02-03 11:01:10 -07:00
Eric Mansfield
090f4c920f Added 'number/number (', and tests 2018-02-03 09:44:30 -07:00
Eric Mansfield
b50d4fe2f1 Adjusted "rule 2" to match "number / number symbol" 2018-02-03 08:16:46 -07:00
Eric Mansfield
9210cc9fef Merge branch 'develop' of https://github.com/josdejong/mathjs into develop 2018-02-02 21:16:21 -07:00
Eric Mansfield
17a4e33ae2 Added tests 2018-02-02 21:14:33 -07:00
Jos de Jong
16ddec4cce
Merge pull request #1032 from josdejong/v4_binary_operator_node
Implemented OperatorNode.isUnary and OperatorNode.isBinary
2018-02-01 19:46:53 +01:00
jos
cb84036e8e Changes according to feedback from Harry 2018-02-01 19:45:07 +01:00
jos
a11dfa9bcc Merge branch 'v4' into v4_binary_operator_node 2018-01-31 14:23:34 +01:00