FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/function/complex - rvramesh/mathjs · GitHub
rvramesh
/
mathjs
Public
forked from
josdejong/mathjs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
mathjs
src
function
complex
on
develop
User selector
Datepicker
Commit history
Commits on Apr 18, 2021
General eigenproblem algorithm (#1743)
Show description for 9e8deb5
cshaa
and
josdejong
authored
9e8deb5
View commit details
Copy full SHA for 9e8deb5
View code at this point
Browse repository at this point
Commits on Sep 20, 2020
Specify import require paths (continuation of #1941) (#1962)
Show description for 6f00715
authored
6f00715
View commit details
Copy full SHA for 6f00715
View code at this point
Browse repository at this point
Commits on Jul 13, 2020
Replace recursive calls in typed-functions with `this`-style calls (#1903)
Show description for 859cfa2
nickewing
and
josdejong
authored
859cfa2
View commit details
Copy full SHA for 859cfa2
View code at this point
Browse repository at this point
Commits on May 6, 2020
Remove all deprecated code and warnings
josdejong
committed
23e38be
View commit details
Copy full SHA for 23e38be
View code at this point
Browse repository at this point
Commits on Jul 20, 2019
Update to `standard@13.0.2`
josdejong
committed
d8a4f3a
View commit details
Copy full SHA for d8a4f3a
View code at this point
Browse repository at this point
Commits on May 26, 2019
Fix #1473: remove `'use strict'` in every file
josdejong
committed
41efed7
View commit details
Copy full SHA for 41efed7
View code at this point
Browse repository at this point
Commits on Apr 22, 2019
Improved deprecation errors and warnings. Introduce `lazy` again for factories.
josdejong
committed
33cead1
View commit details
Copy full SHA for 33cead1
View code at this point
Browse repository at this point
Commits on Mar 6, 2019
Create number implementations of all functions in `mainNumber.js`
josdejong
committed
6acadd7
View commit details
Copy full SHA for 6acadd7
View code at this point
Browse repository at this point
Commits on Jan 30, 2019
Create and use `factory.js` to import all dependencies in main instance. Deprecate all old nested `index.js` files.
josdejong
committed
869d496
View commit details
Copy full SHA for 869d496
View code at this point
Browse repository at this point
Flatten all `type.*` dependencies
josdejong
committed
c42844a
View commit details
Copy full SHA for c42844a
View code at this point
Browse repository at this point
Commits on Dec 1, 2018
Add `/* #__PURE__ */` everywhere to enable tree-shaking in webpack
josdejong
committed
01a230a
View commit details
Copy full SHA for 01a230a
View code at this point
Browse repository at this point
Commits on Nov 21, 2018
Moved all toTex properties to `latex` util file
josdejong
committed
19275e5
View commit details
Copy full SHA for 19275e5
View code at this point
Browse repository at this point
Commits on Nov 8, 2018
Converted the complex functions
josdejong
committed
f4d7e11
View commit details
Copy full SHA for f4d7e11
View code at this point
Browse repository at this point
Commits on Oct 31, 2018
Refactor functions into ES6 import/export
josdejong
committed
94e9668
View commit details
Copy full SHA for 94e9668
View code at this point
Browse repository at this point
Reorganized utils functions and refactored to ES6 import/export
josdejong
committed
9800f25
View commit details
Copy full SHA for 9800f25
View code at this point
Browse repository at this point
Commits on Sep 8, 2018
Update standard to the latest version 🚀 (#1226)
Show description for c5971b3
greenkeeper[bot]
authored and
josdejong
committed
c5971b3
View commit details
Copy full SHA for c5971b3
View code at this point
Browse repository at this point
Commits on Jun 13, 2018
Refactored `var` into `const`/`let`, and removed a lot of semicolons
josdejong
committed
b3b9674
View commit details
Copy full SHA for b3b9674
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
Fixed linting issues "Unexpected template string expression"
josdejong
committed
c2777c8
View commit details
Copy full SHA for c2777c8
View code at this point
Browse repository at this point
Commits on Jun 10, 2018
Fix most lint errors using `npx standard --fix`
josdejong
committed
024b2a9
View commit details
Copy full SHA for 024b2a9
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
Move `lib` to `src`
josdejong
committed
35329d7
View commit details
Copy full SHA for 35329d7
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
fixed npm install, changed src to lib
sebpiq
committed
aa0249d
View commit details
Copy full SHA for aa0249d
View code at this point
Browse repository at this point
Commits on Aug 7, 2013
Directly export prototypes as module.exports
josdejong
committed
4b20d7c
View commit details
Copy full SHA for 4b20d7c
View code at this point
Browse repository at this point
Packed all functions in a closure (makes them environment independent)
josdejong
committed
283e76e
View commit details
Copy full SHA for 283e76e
View code at this point
Browse repository at this point
Commits on Aug 6, 2013
Created shared module math.js for all functions (resolves circular references)
josdejong
committed
fe06d51
View commit details
Copy full SHA for fe06d51
View code at this point
Browse repository at this point
Commits on Aug 5, 2013
Changed all source files into node.js modules
josdejong
committed
8cc9ceb
View commit details
Copy full SHA for 8cc9ceb
View code at this point
Browse repository at this point
Commits on Aug 4, 2013
Replaced all `x instanceof Array` with `Array.isArray(x)`
josdejong
committed
6a6b5c3
View commit details
Copy full SHA for 6a6b5c3
View code at this point
Browse repository at this point
Refactored all code to 2 space indentation
josdejong
committed
19b507b
View commit details
Copy full SHA for 19b507b
View code at this point
Browse repository at this point
Commits on Jun 16, 2013
Complex computations will return a (real) Number instead of Complex(x,0) when possible.
josdejong
committed
76b154e
View commit details
Copy full SHA for 76b154e
View code at this point
Browse repository at this point
Commits on Apr 20, 2013
Updated documentation of all methods. Changed cube and square to evaluate matrices element wise.
josdejong
committed
7d59820
View commit details
Copy full SHA for 7d59820
View code at this point
Browse repository at this point
Commits on Apr 14, 2013
Removed Range from the function comments
josdejong
committed
4914084
View commit details
Copy full SHA for 4914084
View code at this point
Browse repository at this point
More tests
josdejong
committed
e2bce92
View commit details
Copy full SHA for e2bce92
View code at this point
Browse repository at this point
Improved math.format, now outputs a max number of digits instead of a number of decimals
josdejong
committed
b627c6b
View commit details
Copy full SHA for b627c6b
View code at this point
Browse repository at this point
Removed all instanceof checks for Range
josdejong
committed
2742ab4
View commit details
Copy full SHA for 2742ab4
View code at this point
Browse repository at this point
Commits on Apr 11, 2013
Removed the build-in parser documentation from the core library.
josdejong
committed
50276ee
View commit details
Copy full SHA for 50276ee
View code at this point
Browse repository at this point
Commits on Apr 1, 2013
Implemented Matrix support for all methods
josdejong
committed
04f51c5
View commit details
Copy full SHA for 04f51c5
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL