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 de Jong
|
17887c7e9a
|
Merge pull request #683 from ericman314/create-units
Create user-defined units
|
2016-07-28 21:05:44 +02:00 |
|
Eric
|
b0b607d967
|
Finished docs
|
2016-07-27 23:50:49 -06:00 |
|
Eric
|
49378e1891
|
Finished bug fixes and added tests
|
2016-07-27 00:15:46 -06:00 |
|
Eric
|
8334e4a6c8
|
More bug fixing
|
2016-07-26 23:04:52 -06:00 |
|
Eric
|
37538119aa
|
Working out more bugs
|
2016-07-26 22:51:43 -06:00 |
|
Eric
|
fa757fccf5
|
Began working on docs for createUnit
|
2016-07-26 20:57:46 -06:00 |
|
Eric
|
7c5ff021ed
|
Fixed bug with dimensions array having unknown number of items
|
2016-07-25 18:03:31 -06:00 |
|
jos
|
ba2f3e5cb4
|
Updated history, added docs for expression parser
|
2016-07-25 22:49:24 +02:00 |
|
Jos de Jong
|
39ef0b0e81
|
Merge pull request #691 from MathBunny/master
Added isPrime method, to check to see if numbers are prime
|
2016-07-25 22:38:36 +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 |
|
Eric
|
ec8ab2d86d
|
Added base property to createUnit to help user-defined units to be simplified easier
|
2016-07-19 00:58:46 -06:00 |
|
Eric
|
efaa989cad
|
Update API to accept objects and create multiple units
|
2016-07-19 00:30:57 -06:00 |
|
Eric
|
6182eb4f35
|
Fixed small bug when create units with aliases
|
2016-07-13 19:51:34 -06:00 |
|
Eric
|
b7978dee23
|
Added Unit.createUnits and createUnits function, and tests.
|
2016-07-13 00:29:14 -06:00 |
|
jos
|
1588b0ebe0
|
Released version 3.3.0
v3.3.0
|
2016-07-05 21:06:04 +02:00 |
|
jos
|
4162108fb4
|
Added expression parser docs for isNaN
|
2016-07-05 20:22:56 +02:00 |
|
Jos de Jong
|
250176f253
|
Merge pull request #674 from FSMaxB/isNaN
New function 'isNaN'
|
2016-06-20 21:00:01 +02:00 |
|
Max Bruckner
|
c1760298fb
|
New function 'isNaN'
|
2016-06-20 20:24:26 +02:00 |
|
jos
|
094274762b
|
Added some docs on creating a typed function in the expression parser (see #665)
|
2016-05-22 15:40:14 +02:00 |
|
jos
|
1a45d520ba
|
Clarified the docs on string concatenation (see #664)
|
2016-05-22 14:54:42 +02:00 |
|
jos
|
6f1094a309
|
Clarified the docs on string concatenation (see #664)
|
2016-05-22 14:49:57 +02:00 |
|
jos
|
730a10749e
|
FunctionAssignmentNode creates a TypedFunction
|
2016-05-22 14:25:48 +02:00 |
|
jos
|
b016385fe0
|
Fixed #665: functions map, forEach, and filter now invoke callbacks which are a typed-function with the correct number of arguments
|
2016-05-18 22:10:34 +02:00 |
|
jos
|
5edecb56c8
|
Removed the check on the number of arguments from functions defined in the expression parser (see #665)
|
2016-05-18 21:08:40 +02:00 |
|
jos
|
9b8d723191
|
Updated travis configuration to use the latest versions of node.js
|
2016-04-26 20:23:14 +02:00 |
|
jos
|
7511d4288d
|
Released v3.2.1
v3.2.1
|
2016-04-26 20:08:05 +02:00 |
|
jos
|
e9eda030ee
|
Fixed matrix.subset mutating the replacement matrix when unsqueezing it
|
2016-04-26 09:11:59 +02:00 |
|
jos
|
0bdbcaec69
|
A minor fix in the docs
|
2016-04-25 22:04:21 +02:00 |
|
jos
|
fa88089289
|
Updated history
|
2016-04-23 21:43:41 +02:00 |
|
Jos de Jong
|
d394efa141
|
Merge pull request #653 from ericman314/unitlessunits
Unit-less units become numeric values when predictable:false
|
2016-04-23 21:41:09 +02:00 |
|
Eric
|
a218ea419e
|
Moved duplicate code to separate function
|
2016-04-23 13:34:15 -06:00 |
|
Eric
|
d2494408ef
|
Unitless units are now converted to numeric values when predictable:false
|
2016-04-19 15:52:25 -06:00 |
|
jos
|
b4d3c89574
|
Released v3.2.0
v3.2.0
|
2016-04-16 10:22:55 +02:00 |
|
jos
|
c42d6f1c15
|
Upgraded dependencies (decimal.js@5.0.8, fraction.js@3.3.1)
|
2016-04-16 10:15:24 +02:00 |
|
jos
|
66716819a7
|
Fixed #644: implemented method Parser.getAll() to retrieve all defined variables
|
2016-04-16 09:55:48 +02:00 |
|
jos
|
cb4a1a98cb
|
Fixed #641: Bug in expression parser parsing implicit multiplication with wrong precedence in specific cases
|
2016-04-16 09:43:24 +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
|
8068f4afa8
|
Fixed #636: More strict toTex templates, reckon with number of arguments
|
2016-04-11 21:31:15 +02:00 |
|
jos
|
b60fa54d43
|
Fixed #645: Added documentation about engineering notation of function math.format
|
2016-04-11 20:28:47 +02:00 |
|
jos
|
9c8eb5ac92
|
Fixed #601: Issue with unnamed typed-functions by upgrading to typed-function v0.10.4
|
2016-04-09 11:52:16 +02:00 |
|
jos
|
2127047948
|
Extended callback example of math.format (see #628)
|
2016-04-05 09:23:26 +02:00 |
|
jos
|
02f8b13ae0
|
Released v3.1.4
v3.1.4
|
2016-04-03 19:50:26 +02:00 |
|
jos
|
391d687138
|
Released v3.1.4
|
2016-04-03 19:48:24 +02:00 |
|
jos
|
bfc60ec199
|
Improved docs on math.format
|
2016-04-03 19:41:31 +02:00 |
|
jos
|
508e39ca2c
|
Only allow operator in to be parsed as unit
|
2016-04-03 14:09:46 +02:00 |
|
jos
|
5b682d6040
|
Fixed #625: Unit in (inch) not always working due to ambiguity with
the operator `a in b` (alias of `a to b`)
|
2016-04-03 14:06:43 +02:00 |
|