FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/function - husayt/mathjs · GitHub
husayt
/
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 Oct 31, 2025
fix: respect tolerances in function `isInteger` (#3575)
gwhitney
authored
8c659a8
View commit details
Copy full SHA for 8c659a8
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
feature: add function `bernoulli` to calculate Bernoulli numbers (#3551)
gwhitney
authored
faf249b
View commit details
Copy full SHA for faf249b
View code at this point
Browse repository at this point
Commits on Oct 18, 2025
docs: add a few more "see also" references
josdejong
committed
50ce346
View commit details
Copy full SHA for 50ce346
View code at this point
Browse repository at this point
feat: implement functions `isFinite` and `isBounded` (#3554)
gwhitney
authored
9ee2a00
View commit details
Copy full SHA for 9ee2a00
View code at this point
Browse repository at this point
Commits on Oct 10, 2025
Merge branch 'develop' into v15
Show description for 8c783a9
josdejong
committed
8c783a9
View commit details
Copy full SHA for 8c783a9
View code at this point
Browse repository at this point
fix: #3541 throw an error when evaluating a range with a step of zero (#3548)
dvd101x
authored
5a8eb10
View commit details
Copy full SHA for 5a8eb10
View code at this point
Browse repository at this point
Commits on Oct 9, 2025
feat: improve the performance of `map` with multiple arguments (#3526)
dvd101x
authored
d303b34
View commit details
Copy full SHA for d303b34
View code at this point
Browse repository at this point
fix: #3529 change function `size` to always return an `Array` (#3535)
josdejong
authored
302ed81
View commit details
Copy full SHA for 302ed81
View code at this point
Browse repository at this point
Commits on Oct 8, 2025
fix: #3530 throw an error when trying to `flatten` a `SparseMatrix` (#3536)
josdejong
authored
338dfe9
View commit details
Copy full SHA for 338dfe9
View code at this point
Browse repository at this point
Commits on Sep 24, 2025
Merge branch 'develop' into v15
Show description for 1e3c2a9
josdejong
committed
1e3c2a9
View commit details
Copy full SHA for 1e3c2a9
View code at this point
Browse repository at this point
Commits on Sep 17, 2025
feat: add nullish coalescing operator support (#3497)
Show description for 0b84ce2
authored
0b84ce2
View commit details
Copy full SHA for 0b84ce2
View code at this point
Browse repository at this point
Commits on Sep 3, 2025
fix: #3396 improve documentation of function `range`
josdejong
committed
a7f2da0
View commit details
Copy full SHA for a7f2da0
View code at this point
Browse repository at this point
Commits on Jul 24, 2025
fix: #3512 `sign` of zero not returning zero in case of a fraction
Show description for aedbee5
kyle-compute
authored
aedbee5
View commit details
Copy full SHA for aedbee5
View code at this point
Browse repository at this point
Commits on Jul 16, 2025
feat: matrix subset according to type of input (#3485)
dvd101x
authored
10602fd
View commit details
Copy full SHA for 10602fd
View code at this point
Browse repository at this point
Commits on Jul 9, 2025
chore: update HISTORY and AUTHORS
josdejong
committed
26c70ea
View commit details
Copy full SHA for 26c70ea
View code at this point
Browse repository at this point
feat: `toBest(unit, unitList, offset)` function (#3484)
Show description for 8d19c8b
authored
8d19c8b
View commit details
Copy full SHA for 8d19c8b
View code at this point
Browse repository at this point
Commits on Jun 4, 2025
Merge branch 'develop' into v15
Show description for 8e76654
josdejong
committed
8e76654
View commit details
Copy full SHA for 8e76654
View code at this point
Browse repository at this point
Commits on May 28, 2025
fix: support multiplication of arrays with units (#3456)
Delaney
authored
7a617b1
View commit details
Copy full SHA for 7a617b1
View code at this point
Browse repository at this point
fix: syntax section of function `numeric` (see #3448)
josdejong
committed
ee7dc26
View commit details
Copy full SHA for ee7dc26
View code at this point
Browse repository at this point
fix: #3482 a BigInt related error when loading in specific environments
josdejong
committed
6cea4f3
View commit details
Copy full SHA for 6cea4f3
View code at this point
Browse repository at this point
Commits on Apr 23, 2025
Feat: Enhance Kronecker product to handle arbitrary dimension (#3461)
Show description for 72a2442
gwhitney
and
Delaney
authored
72a2442
View commit details
Copy full SHA for 72a2442
View code at this point
Browse repository at this point
Commits on Apr 16, 2025
chore: fix indentation
josdejong
committed
4e88b3b
View commit details
Copy full SHA for 4e88b3b
View code at this point
Browse repository at this point
Commits on Mar 18, 2025
Merge branch 'develop' into deepMap-perforance-fix-3
dvd101x
authored
bd5799c
View commit details
Copy full SHA for bd5799c
View code at this point
Browse repository at this point
Commits on Mar 12, 2025
feat: improve the performance of function `flatten` (#3400)
dvd101x
authored
5186a3d
View commit details
Copy full SHA for 5186a3d
View code at this point
Browse repository at this point
Commits on Mar 2, 2025
feat: return arity and use it for faster alrogithms
dvd101x
committed
7c154a0
View commit details
Copy full SHA for 7c154a0
View code at this point
Browse repository at this point
Commits on Feb 28, 2025
fix: #3387 use utility isNaN for consistent max and min results (#3389)
Show description for 4039df0
authored
4039df0
View commit details
Copy full SHA for 4039df0
View code at this point
Browse repository at this point
Commits on Feb 27, 2025
feat: improved performance of functions `map` and `forEach` (#3399)
Show description for cf4e419
dvd101x
and
josdejong
authored
cf4e419
View commit details
Copy full SHA for cf4e419
View code at this point
Browse repository at this point
Commits on Feb 17, 2025
refactor: simplify flatten function using Array.prototype.flat (#3354)
Show description for 40c09c5
dvd101x
and
josdejong
authored
40c09c5
View commit details
Copy full SHA for 40c09c5
View code at this point
Browse repository at this point
Commits on Jan 30, 2025
feat: #3041, #3340 rename `apply` to `mapSlices` (#3357)
Show description for 127ea62
gwhitney
and
josdejong
authored
127ea62
View commit details
Copy full SHA for 127ea62
View code at this point
Browse repository at this point
fix: #3360 add bigint support to matrix indices and ranges (#3361)
Show description for 1a85b87
gwhitney
and
josdejong
authored
1a85b87
View commit details
Copy full SHA for 1a85b87
View code at this point
Browse repository at this point
fix: #3247 don't override type-native floor/ceil within tolerance of value (#3369)
Show description for 773a5c5
gwhitney
and
josdejong
authored
773a5c5
View commit details
Copy full SHA for 773a5c5
View code at this point
Browse repository at this point
Commits on Jan 29, 2025
fix: type definitions for matrixFrom* (#3371)
Show description for b56fbcb
gwhitney
and
Hudsxn
authored
b56fbcb
View commit details
Copy full SHA for b56fbcb
View code at this point
Browse repository at this point
Commits on Jan 24, 2025
chore: fix a JSDoc example not always working depending on your timezone
josdejong
committed
7ca0e6b
View commit details
Copy full SHA for 7ca0e6b
View code at this point
Browse repository at this point
fix: handle bigints properly in more cases (#3345)
Show description for 8510b85
gwhitney
and
josdejong
authored
8510b85
View commit details
Copy full SHA for 8510b85
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL