2177 Commits

Author SHA1 Message Date
Jos de Jong
63fdccb223 Updated history 2015-12-24 16:40:03 +01:00
Jos de Jong
02a2bbe9fb Merge pull request #515 from ericman314/complex-units
Added support for complex units
2015-12-24 16:11:15 +01:00
Eric
a14b8b7a68 Added VA, VAR, and custom logic to convert between them. 2015-12-24 05:45:13 +00:00
jos
605a8e7d3a Documented unit hertz (Hz) 2015-12-06 15:46:19 +01:00
jos
ac04e9842a Released version 2.5.0 v2.5.0 2015-12-05 13:08:38 +01:00
jos
a5e752a275 Updated history 2015-12-04 09:54:53 +01:00
Jos de Jong
c36794e04d Merge pull request #517 from SwamWithTurtles/develop
Add support for 'Hertz' unit
2015-12-04 09:52:33 +01:00
David Simons
cca8cd82bd Add hertz (without changes to diff) 2015-12-03 20:43:57 +00:00
David Simons
12dc0c2f62 Revert "Add Hertz unit"
This reverts commit d2ad436c83294ee56a0e0cac7e68d1f74d864d3b.
2015-12-03 20:42:06 +00:00
David Simons
d2ad436c83 Add Hertz unit 2015-12-03 20:38:56 +00:00
jos
926caae19f Updated plot example 2015-11-28 21:58:43 +01:00
jos
9ffab397b6 Fixed #485: Scoping issue with variables both used globally as well as in a function definition 2015-11-28 21:20:25 +01:00
Eric
34f991949d Added support for complex units 2015-11-28 20:09:22 +00:00
jos
75b216930b Removed unused function 2015-11-28 15:14:49 +01:00
jos
afb982557a Fixed error message 2015-11-28 15:13:29 +01:00
jos
d10309cf73 Moved all aliases into the map ALIASES 2015-11-28 15:10:24 +01:00
jos
148e9d7542 Fixed dealing with Fractions and BigNumbers in Unit._normalize and Unit._denormalize. 2015-11-28 15:04:01 +01:00
jos
b5d3547914 Extended trigo, logical, relational functions with support for Units with BigNumber/Fraction value. (Many failing unit tests!) 2015-11-28 11:35:52 +01:00
jos
2e1d943595 Extended arithmetic functions with support for Units with BigNumber/Fraction value. (One failing unit test!) 2015-11-28 11:04:36 +01:00
jos
5adbe0a055 Extended Unit with support for all numeric types (Fraction, BigNumber) 2015-11-27 22:45:27 +01:00
jos
fa86d87e44 Fixed function number not supporting Fraction input 2015-11-27 21:44:07 +01:00
jos
22300be63b Updated docgenerator to ignore function distribution 2015-11-20 20:13:33 +01:00
jos
52227277db Removed leftover docs of the removed function distribution 2015-11-20 20:09:23 +01:00
jos
53f1de383d Updated history 2015-11-20 10:08:33 +01:00
jos
37d5f253f1 Updated docs 2015-11-18 16:25:13 +01:00
jos
0e42ae20ad Updated history 2015-11-18 16:23:25 +01:00
Jos de Jong
d4036149eb Merge pull request #507 from devdevdata222/patch-1
PLURALS -> ALIASES, add arcmin, arcsec
2015-11-18 16:20:52 +01:00
devdevdata222
82d1057128 Restore original aliases
Need the hard-coded aliases at the end, presumably; I had tried to remove them and incorporate them in ALIASES, did not work.
2015-11-16 15:09:52 -05:00
devdevdata222
b7e91952a1 Fix alias definitions
The hard-coded aliases needed to be matched to specific units in ALIASES.
2015-11-16 14:42:42 -05:00
devdevdata222
f2843a65e6 Forgot alias l -> litre
In moving the hard-coded aliases to the aliases array I forgot to set l -> base unit defined by name 'litre'.
2015-11-16 14:19:59 -05:00
devdevdata222
0851ffc28c Fix alias for lbs
Incorrectly transferred lbs alias.
2015-11-16 14:10:15 -05:00
devdevdata222
9484e05698 PLURALS -> ALIASES, add arcmin, arcsec
Change PLURALS to ALIASES, clean up manual aliases. Add new angle units arcmin and arcsec, along with appropriate aliases.
2015-11-16 14:04:57 -05:00
jos
5d6a114dc4 Released version 2.4.2 v2.4.2 2015-11-14 13:36:30 +01:00
jos
526c1ddfc8 Fixed #503: Removed trailing commas and the use of keyword import as
property, as this gives issues with old JavaScript engines
2015-11-13 21:10:00 +01:00
jos
15724283b1 Fixed #502: Issue with format in some JavaScript engines. 2015-11-13 20:50:55 +01:00
jos
92f3f74dc4 Removed prefix 'v' from version outputted by CLI 2015-10-30 11:43:21 +01:00
jos
d6626661bf Released version 2.4.1 v2.4.1 2015-10-29 19:58:23 +01:00
jos
5fd0a5e70b Fixed: removed memoization from gamma and factorial functions, this could blow up memory. 2015-10-29 19:22:28 +01:00
jos
4b08522d44 Fixed nthRoot(-2, 3) for bignumbers (see #496) 2015-10-29 19:04:37 +01:00
jos
e9bba7d191 Updated history 2015-10-29 09:09:26 +01:00
jos
085f55831f Merge remote-tracking branch 'origin/develop' into develop 2015-10-29 09:05:04 +01:00
Jos de Jong
73166c98bb Merge pull request #496 from ericman314/fix-nthroot
Replaced nthRoot algorithm with direct calculation
2015-10-29 09:04:42 +01:00
Eric
f3a98f50af Replaced nthRoot algorithm with direct calculation 2015-10-29 03:49:29 +00:00
jos
45396868d2 Updated example angle_configuration.html 2015-10-28 21:33:00 +01:00
jos
e34b2b5316 Updated example angle_configuration.html 2015-10-28 21:25:14 +01:00
jos
507c0119e5 Fixed: added functions math.sparse and math.index to the reference docs, they where missing. 2015-10-28 21:12:25 +01:00
jos
d2268c31f9 Fixed: function import did not override typed functions when the option override was set true 2015-10-28 20:53:23 +01:00
jos
f45564afcf Fixed: #493: function combinations did not throw an exception for non-integer values of k. 2015-10-28 10:11:27 +01:00
jos
7b175b58d5 Updated history 2015-10-28 09:22:10 +01:00
jos
41169dd31d Merge remote-tracking branch 'origin/develop' into develop 2015-10-28 09:20:37 +01:00