jos
|
d8a4f3a00a
|
Update to standard@13.0.2
|
2019-07-20 13:46:31 +02:00 |
|
jos
|
41efed79d3
|
Fix #1473: remove 'use strict' in every file
|
2019-05-26 20:21:18 +02:00 |
|
jos
|
6acadd71a0
|
Create number implementations of all functions in mainNumber.js
|
2019-03-06 21:49:30 +01:00 |
|
jos
|
c42844a5d8
|
Flatten all type.* dependencies
|
2019-01-30 13:47:45 +01:00 |
|
jos
|
01a230a996
|
Add /* #__PURE__ */ everywhere to enable tree-shaking in webpack
|
2018-12-01 11:21:36 +01:00 |
|
jos
|
19275e5eaa
|
Moved all toTex properties to latex util file
|
2018-11-21 18:08:21 +01:00 |
|
jos
|
b0ec1cc20c
|
Add embedded docs again. Disable travis testing on node 6 for now (slow)
|
2018-11-08 15:13:31 +01:00 |
|
jos
|
75b18b103c
|
Slim down dependencies on DenseMatrix and SparseMatrix
|
2018-11-07 17:36:45 +01:00 |
|
jos
|
2d7a407ee2
|
Create mainAll.js. Change algorithm functions to be internal factory functions (not injected). Convert more functions and data types.
|
2018-11-07 16:43:06 +01:00 |
|
jos
|
046173c531
|
Converted all arithmetic functions
|
2018-11-06 13:13:52 +01:00 |
|
jos
|
94e9668b4a
|
Refactor functions into ES6 import/export
|
2018-10-31 20:53:01 +01:00 |
|
jos
|
9800f25b35
|
Reorganized utils functions and refactored to ES6 import/export
|
2018-10-31 19:58:33 +01:00 |
|
jos
|
b3b96749bf
|
Refactored var into const/let, and removed a lot of semicolons
|
2018-06-13 12:21:14 +02:00 |
|
jos
|
c2777c856b
|
Fixed linting issues "Unexpected template string expression"
|
2018-06-12 21:18:45 +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
|
6a6b5c3e61
|
Replaced all x instanceof Array with Array.isArray(x)
|
2013-08-04 14:30:38 +02:00 |
|
josdejong
|
19b507b9f0
|
Refactored all code to 2 space indentation
|
2013-08-04 14:07:47 +02:00 |
|
josdejong
|
76b154e285
|
Complex computations will return a (real) Number instead of Complex(x,0) when possible.
|
2013-06-16 14:46:42 +02:00 |
|
josdejong
|
7d5982035b
|
Updated documentation of all methods. Changed cube and square to evaluate matrices element wise.
|
2013-04-20 14:04:34 +02:00 |
|
josdejong
|
4914084e3f
|
Removed Range from the function comments
|
2013-04-14 21:16:30 +02:00 |
|
josdejong
|
2742ab4fd5
|
Removed all instanceof checks for Range
|
2013-04-14 14:32:24 +02:00 |
|
josdejong
|
50276ee814
|
Removed the build-in parser documentation from the core library.
|
2013-04-11 19:52:18 +02:00 |
|
josdejong
|
04f51c5beb
|
Implemented Matrix support for all methods
|
2013-04-01 15:30:25 +02:00 |
|
josdejong
|
0c41367b6f
|
Implemented fallback to primitive value of objects for all methods
|
2013-03-19 20:25:06 +01:00 |
|
josdejong
|
8a6548027f
|
Implemented array support for all methods
|
2013-03-13 21:45:05 +01:00 |
|
josdejong
|
c896eae319
|
Parser implemented
|
2013-02-23 23:45:51 +01:00 |
|
josdejong
|
61b2a45a9a
|
Added check for correct argument count to all functions
|
2013-02-23 14:13:17 +01:00 |
|
josdejong
|
2b976b59e8
|
Implemented/updated methods help, typeof, pow, round
|
2013-02-20 13:51:56 +01:00 |
|
josdejong
|
16c64dffda
|
Implemented methods ceil, fix, floor, round, random, atan2
|
2013-02-17 20:21:46 +01:00 |
|