FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/function - sophy1/mathjs · GitHub
sophy1
/
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 Nov 28, 2024
fix: make derivative much faster (#3322)
paulftw
authored
e0d56d2
View commit details
Copy full SHA for e0d56d2
View code at this point
Browse repository at this point
Commits on Nov 20, 2024
feat: upgrade to `fraction.js@5.2.1` and implement support for `log(x: Fraction, base: Fraction)`
josdejong
committed
52bcd8f
View commit details
Copy full SHA for 52bcd8f
View code at this point
Browse repository at this point
Merge branch 'develop' into v14
josdejong
committed
e93780e
View commit details
Copy full SHA for e93780e
View code at this point
Browse repository at this point
fix: #3260 improve type definitions and documentation on the callback indices of map, filter, and forEach
josdejong
committed
67ddc72
View commit details
Copy full SHA for 67ddc72
View code at this point
Browse repository at this point
Commits on Nov 6, 2024
feat: upgrade to `fraction.js@5` (#3312)
josdejong
authored
301d00e
View commit details
Copy full SHA for 301d00e
View code at this point
Browse repository at this point
Revert "feat: upgrade to `fraction.js@5` (#3283)"
Show description for 22db7d2
josdejong
committed
22db7d2
View commit details
Copy full SHA for 22db7d2
View code at this point
Browse repository at this point
feat: upgrade to `fraction.js@5` (#3283)
josdejong
authored
9b81230
View commit details
Copy full SHA for 9b81230
View code at this point
Browse repository at this point
fix: #3219 updated matAlgo07xSSf algorithm to return sparse matrix (#3307)
Aakash-Rana
authored
66775ee
View commit details
Copy full SHA for 66775ee
View code at this point
Browse repository at this point
Commits on Oct 21, 2024
feat: adds unit support to ceil, floor, and fix functions (#3269)
Show description for 9dca98b
orelbn
authored
9dca98b
View commit details
Copy full SHA for 9dca98b
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
chore: cleanup unused imports
josdejong
committed
1b850f6
View commit details
Copy full SHA for 1b850f6
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
chore: improve performance of functions `map`, `filter` and `forEach` (#3256)
Show description for 367c0d3
dvd101x
and
josdejong
authored
367c0d3
View commit details
Copy full SHA for 367c0d3
View code at this point
Browse repository at this point
Commits on Sep 4, 2024
fix: #3253 cannot use identifiers containing special characters in function `derivative`
josdejong
committed
d1ecf44
View commit details
Copy full SHA for d1ecf44
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
feat: support multiple inputs in function `map` (#3228)
dvd101x
authored
bcf0da4
View commit details
Copy full SHA for bcf0da4
View code at this point
Browse repository at this point
Commits on Aug 21, 2024
docs: spelling fixes in the embedded docs (#3252)
Show description for 459ae13
dvd101x
and
josdejong
authored
459ae13
View commit details
Copy full SHA for 459ae13
View code at this point
Browse repository at this point
Commits on Aug 1, 2024
fix: function `map` not always working with matrices (#3242)
Show description for c8e4bbd
dvd101x
and
josdejong
authored
c8e4bbd
View commit details
Copy full SHA for c8e4bbd
View code at this point
Browse repository at this point
Commits on Jul 30, 2024
feat: add matrix datatypes in more cases (#3235)
dvd101x
authored
cf24943
View commit details
Copy full SHA for cf24943
View code at this point
Browse repository at this point
Commits on May 31, 2024
feat: implement support for `bigint` (#3207, #2737)
josdejong
authored
ab3461d
View commit details
Copy full SHA for ab3461d
View code at this point
Browse repository at this point
Commits on May 15, 2024
chore: adjust `isPositive`, `isNegative`, and `isZero` to the new `relTol` and `absTol`
josdejong
committed
31b68ce
View commit details
Copy full SHA for 31b68ce
View code at this point
Browse repository at this point
feat: nearly equal with relative and absolute tolerance (#3152)
Show description for eded7e1
dvd101x
and
josdejong
authored
eded7e1
View commit details
Copy full SHA for eded7e1
View code at this point
Browse repository at this point
Merge branch 'refs/heads/develop' into v13
josdejong
committed
5ee9f6f
View commit details
Copy full SHA for 5ee9f6f
View code at this point
Browse repository at this point
Commits on Apr 25, 2024
chore: replace util functions `values` and `contains` and usages of `indexOf` with using native JS functions `values` and `contains` (see #3194)
josdejong
committed
d97f338
View commit details
Copy full SHA for d97f338
View code at this point
Browse repository at this point
Commits on Apr 24, 2024
fix #3192: function `isNaN` returns `false` for `NaN` units in a matrix or array
Show description for 81d2e71
lgerin
and
josdejong
authored
81d2e71
View commit details
Copy full SHA for 81d2e71
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
fix: #3172 simplify `"true and true"`
josdejong
committed
a41def8
View commit details
Copy full SHA for a41def8
View code at this point
Browse repository at this point
Commits on Feb 23, 2024
fix #3162: add license information about CSParse (#3164)
josdejong
authored
c1cf1c4
View commit details
Copy full SHA for c1cf1c4
View code at this point
Browse repository at this point
Commits on Feb 22, 2024
Merge branch 'develop' into v13
josdejong
committed
f37d415
View commit details
Copy full SHA for f37d415
View code at this point
Browse repository at this point
Fix: #3100 function `round` not handling round-off errors (#3136)
Show description for 85b65da
BrianFugate
and
josdejong
authored
85b65da
View commit details
Copy full SHA for 85b65da
View code at this point
Browse repository at this point
feat: improve the performance f `multiply` by adding matrix type inferencing (#3149)
Show description for 207623c
RandomGamingDev
and
josdejong
authored
207623c
View commit details
Copy full SHA for 207623c
View code at this point
Browse repository at this point
Commits on Feb 14, 2024
Determinant with small numbers fix (#3139)
dvd101x
authored
e1817ba
View commit details
Copy full SHA for e1817ba
View code at this point
Browse repository at this point
Commits on Jan 31, 2024
fix: #3142 support BigNumber values for the options of function `format`: `precision`, `wordSize`, `lowerExp`, `upperExp`
josdejong
committed
c60f637
View commit details
Copy full SHA for c60f637
View code at this point
Browse repository at this point
Commits on Nov 17, 2023
feat: extend function `round` with support for units (#3095)
Show description for b934672
josdejong
authored
b934672
View commit details
Copy full SHA for b934672
View code at this point
Browse repository at this point
Commits on Nov 15, 2023
fix #3094: function `derivative` mutates the input expression when it fails
josdejong
committed
a1f3b7c
View commit details
Copy full SHA for a1f3b7c
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
fix #3087: extend function `mod` with support for negative divisors in when using `BigNumber` or `Fraction`
josdejong
committed
8679c07
View commit details
Copy full SHA for 8679c07
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
fix: #3088 error in the description of the return type of `pickRandom`
josdejong
committed
76c4811
View commit details
Copy full SHA for 76c4811
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
Merge branch 'develop' into v12
Show description for 3030c6b
josdejong
committed
3030c6b
View commit details
Copy full SHA for 3030c6b
View code at this point
Browse repository at this point
Commits on Oct 25, 2023
feat: implement subtractScalar (#3081, #2643)
Show description for 8f8e506
vrushaket
and
josdejong
authored
8f8e506
View commit details
Copy full SHA for 8f8e506
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL