22 Commits

Author SHA1 Message Date
jos
b92cd833eb Refactored the constants into factories 2018-11-24 20:59:21 +01:00
jos
c7e0d211b7 All functions use plain object config properties, and use a copy of the config (finalize them) 2018-11-21 21:09:20 +01:00
jos
493bfa9a0c Enable lazy loading again 2018-11-09 14:37:55 +01:00
jos
b0db2fc4ab Renamed scope to math again (prevent confusion) 2018-11-09 14:23:11 +01:00
jos
4c35d62158 Refactor the last files with commonjs 2018-11-09 14:07:14 +01:00
jos
a0c8a40507 Refactor constants 2018-11-08 15:51:05 +01:00
Chris Chudzicki
356aca494b enable bundling constants without complex 2018-07-03 22:58:37 -04:00
jos
b3b96749bf Refactored var into const/let, and removed a lot of semicolons 2018-06-13 12:21:14 +02:00
jos
024b2a9e26 Fix most lint errors using npx standard --fix 2018-06-10 20:28:27 +02:00
jos
35329d7db4 Move lib to src 2018-06-06 14:37:39 +02:00
Sebastien Piquemal
aa0249d458 fixed npm install, changed src to lib 2013-08-14 15:00:12 +04:00
josdejong
4b20d7cb88 Directly export prototypes as module.exports 2013-08-07 14:22:44 +02:00
josdejong
283e76e4e9 Packed all functions in a closure (makes them environment independent) 2013-08-07 14:12:07 +02:00
josdejong
fe06d514e0 Created shared module math.js for all functions (resolves circular references) 2013-08-06 21:50:15 +02:00
josdejong
8cc9ceb980 Changed all source files into node.js modules 2013-08-05 23:05:23 +02:00
josdejong
fdfc6697e1 Implemented constants true, false.
Implemented function boolean(value)
2013-07-21 14:12:37 +02:00
josdejong
93939bc71a reorganized constants. Added test for constant tau 2013-07-08 10:58:05 +02:00
Zak Zibrat
0de27b592a Updated constants to include tau ( = 2*pi) 2013-07-07 19:11:30 -07:00
josdejong
966d29dbfa Added constants Infinity and NaN 2013-06-14 21:24:38 +02:00
josdejong
9d3232eb56 Fixed an incredibly stupid bug with the constant i 2013-04-11 22:03:17 +02:00
josdejong
17cb48b7d0 Renamed project from math2 to mathjs 2013-02-17 01:36:22 +01:00
josdejong
21386ff3d2 Jake build script implemented 2013-02-16 14:23:37 +01:00