FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/function - hanyeah/mathjs · GitHub
hanyeah
/
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
on
develop
User selector
Datepicker
Commit history
Commits on Sep 6, 2020
enable variance() and std() to use arrays with units (#1959)
rnd-debug
authored
d08f2bc
View commit details
Copy full SHA for d08f2bc
View code at this point
Browse repository at this point
Commits on Aug 29, 2020
Add usolveAll and lsolveAll methods (#1916)
Show description for ba4ff2f
cshaa
and
josdejong
authored
ba4ff2f
View commit details
Copy full SHA for ba4ff2f
View code at this point
Browse repository at this point
Commits on Aug 22, 2020
feat: implementing norm 2 for matrices (#1931)
Show description for 97a56b8
rnd-debug
and
josdejong
authored
97a56b8
View commit details
Copy full SHA for 97a56b8
View code at this point
Browse repository at this point
Commits on Jul 19, 2020
Fix some unit tests failing on IE 11
josdejong
committed
80fb20f
View commit details
Copy full SHA for 80fb20f
View code at this point
Browse repository at this point
Merge branch 'Undo' of https://github.com/Veeloxfire/mathjs into Veeloxfire-Undo
josdejong
committed
84f2746
View commit details
Copy full SHA for 84f2746
View code at this point
Browse repository at this point
Commits on Jul 17, 2020
Added one-based indexing for diff inside the parse
Show description for 1fd3c8b
Veeloxfire
committed
1fd3c8b
View commit details
Copy full SHA for 1fd3c8b
View code at this point
Browse repository at this point
added better(?) support for matrices
Show description for fbebed7
Veeloxfire
committed
fbebed7
View commit details
Copy full SHA for fbebed7
View code at this point
Browse repository at this point
added unit tests for diff Errors
Show description for 0c61d21
Veeloxfire
committed
0c61d21
View commit details
Copy full SHA for 0c61d21
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 Jun 24, 2020
Fix functions `sum`, `prod`, `min`, and `max` not throwing a conversion error when passing a single string, like `sum("abc")`
josdejong
committed
c19492a
View commit details
Copy full SHA for c19492a
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
Fix `prod("abc")` not throwing a conversion error
josdejong
committed
eef3b9e
View commit details
Copy full SHA for eef3b9e
View code at this point
Browse repository at this point
Fix `sum("abc")` not throwing a conversion error
josdejong
committed
0ae2d49
View commit details
Copy full SHA for 0ae2d49
View code at this point
Browse repository at this point
Commits on Jun 13, 2020
Fix #1882: have `DenseMatrix.resize` and `SparseMatrix.resize` accept `DenseMatrix` and `SparseMatrix` as inputs too
josdejong
committed
6c7f4c8
View commit details
Copy full SHA for 6c7f4c8
View code at this point
Browse repository at this point
Commits on May 20, 2020
Fix #1855: Fix error in the documentation for `math.nthRoots(x)`
josdejong
committed
e44cb97
View commit details
Copy full SHA for e44cb97
View code at this point
Browse repository at this point
Commits on May 18, 2020
Fix #1856: make the library robust against Object prototype pollution (#1860)
josdejong
authored
23f32fa
View commit details
Copy full SHA for 23f32fa
View code at this point
Browse repository at this point
Commits on May 9, 2020
Clarify `eigs` documentation (#1847)
Show description for 05860b8
Lazersmoke
and
josdejong
authored
05860b8
View commit details
Copy full SHA for 05860b8
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
Merge branch 'develop' into v7
Show description for aafa456
josdejong
committed
aafa456
View commit details
Copy full SHA for aafa456
View code at this point
Browse repository at this point
Commits on Apr 24, 2020
Updated diff function to allow selecting a dimension
Veeloxfire
committed
1348d67
View commit details
Copy full SHA for 1348d67
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
Merge branch 'develop' into Undo
josdejong
authored
12395f2
View commit details
Copy full SHA for 12395f2
View code at this point
Browse repository at this point
Improve explanation of engineering notation in function format
josdejong
committed
8fcf7d2
View commit details
Copy full SHA for 8fcf7d2
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
Finalized Diff function
Show description for 9a66b80
Veeloxfire
committed
9a66b80
View commit details
Copy full SHA for 9a66b80
View code at this point
Browse repository at this point
Diff docs
Veeloxfire
committed
b94a346
View commit details
Copy full SHA for b94a346
View code at this point
Browse repository at this point
Diff function
Veeloxfire
committed
bc3cbbc
View commit details
Copy full SHA for bc3cbbc
View code at this point
Browse repository at this point
Commits on Apr 4, 2020
Fixed `eigs` not using `config.epsilon` (see #1789)
josdejong
committed
7e8d128
View commit details
Copy full SHA for 7e8d128
View code at this point
Browse repository at this point
Commits on Mar 29, 2020
Improve dot product (#1773)
Show description for aafef57
cshaa
and
josdejong
authored
aafef57
View commit details
Copy full SHA for aafef57
View code at this point
Browse repository at this point
Fix #1789: Function `eigs` not calculating with BigNumber precision when input contains BigNumbers
josdejong
committed
5624e69
View commit details
Copy full SHA for 5624e69
View code at this point
Browse repository at this point
Commits on Feb 26, 2020
Fix examples in documentation of `row` and `column`, see #230
josdejong
committed
52f6def
View commit details
Copy full SHA for 52f6def
View code at this point
Browse repository at this point
Commits on Feb 4, 2020
Let simplify handle a/(b/c) (#1734)
Show description for 88733f7
dbramwell
and
josdejong
authored
88733f7
View commit details
Copy full SHA for 88733f7
View code at this point
Browse repository at this point
Remove redundant code causing a vague error, see #1724
josdejong
committed
1d5ad22
View commit details
Copy full SHA for 1d5ad22
View code at this point
Browse repository at this point
Commits on Jan 20, 2020
Replace `Array.fill` with a helper function, replace `var` with `let`/`const`, return `.values` as Matrix too when input is a Matrix. See #1705
josdejong
committed
b9246d9
View commit details
Copy full SHA for b9246d9
View code at this point
Browse repository at this point
Adding eigs function (#1705)
Show description for 0b188e3
arkajitmandal
and
josdejong
committed
0b188e3
View commit details
Copy full SHA for 0b188e3
View code at this point
Browse repository at this point
Commits on Jan 4, 2020
Extend distance with support for n-dimensions
Veeloxfire
authored and
josdejong
committed
10449b2
View commit details
Copy full SHA for 10449b2
View code at this point
Browse repository at this point
Commits on Dec 31, 2019
Improve performance of factorial for BigNumbers (#1691)
Bartosz Leoniak
authored and
josdejong
committed
1f10538
View commit details
Copy full SHA for 1f10538
View code at this point
Browse repository at this point
Commits on Nov 18, 2019
fix qr and sign edge cases (#1670)
Show description for 462f469
harrysarson
authored and
josdejong
committed
462f469
View commit details
Copy full SHA for 462f469
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL