FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/function/utils - 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
utils
on
develop
User selector
Datepicker
Commit history
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
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
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 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 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 Jul 23, 2022
Merge branch 'master' into develop
Show description for 9ac7960
josdejong
committed
9ac7960
View commit details
Copy full SHA for 9ac7960
View code at this point
Browse repository at this point
Fix some more issues in the inline function documentation
josdejong
committed
e811a0a
View commit details
Copy full SHA for e811a0a
View code at this point
Browse repository at this point
Fix some (of many) issues in the inline function documentation
josdejong
committed
cb8658a
View commit details
Copy full SHA for cb8658a
View code at this point
Browse repository at this point
Commits on Jul 19, 2022
V11 with typed-function@3 (#2560)
Show description for 5932005
authored
5932005
View commit details
Copy full SHA for 5932005
View code at this point
Browse repository at this point
Commits on Apr 10, 2021
Miller–Rabin primality test (#2139)
Show description for 91141bb
Yaffle
and
josdejong
authored
91141bb
View commit details
Copy full SHA for 91141bb
View code at this point
Browse repository at this point
Commits on Dec 3, 2020
Update clone.js with doc about deep copying arrays (#2040)
Show description for 10decb0
redbar0n
and
josdejong
authored
10decb0
View commit details
Copy full SHA for 10decb0
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 Oct 6, 2019
Improved performances for isPrime (#1641)
Show description for 34b676a
arguiot
authored and
josdejong
committed
34b676a
View commit details
Copy full SHA for 34b676a
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
Fixed #1615: error in the docs of `isNumeric`
josdejong
committed
a4f8451
View commit details
Copy full SHA for a4f8451
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 Apr 3, 2019
Implement number factories, dependencies. Make `matrix` and `bignumber` optional where possible
josdejong
committed
22bec13
View commit details
Copy full SHA for 22bec13
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 Feb 9, 2019
Merge branch 'develop' into modular_architecture_merge
Show description for 892f867
josdejong
committed
892f867
View commit details
Copy full SHA for 892f867
View code at this point
Browse repository at this point
Refactor hasNumericValue and sum.transform
josdejong
committed
554d224
View commit details
Copy full SHA for 554d224
View code at this point
Browse repository at this point
Improve docs of `hasNumericValue`
josdejong
committed
ec848b7
View commit details
Copy full SHA for ec848b7
View code at this point
Browse repository at this point
Add embedded docs for `hasNumericValue`
josdejong
committed
049f802
View commit details
Copy full SHA for 049f802
View code at this point
Browse repository at this point
Merge branch 'develop' into modular_architecture_merge
Show description for 83df098
josdejong
committed
83df098
View commit details
Copy full SHA for 83df098
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
Flatten everything in a mathjs instance to make it consistent with the ES6 exports. Create deprecation warnings for the old classes and functions
josdejong
committed
99da53d
View commit details
Copy full SHA for 99da53d
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 Jan 14, 2019
Implement util function `warnOnce` which is used for deprecated functionality
josdejong
committed
e36cb13
View commit details
Copy full SHA for e36cb13
View code at this point
Browse repository at this point
Commits on Jan 9, 2019
Doc generation working again. Renamed variance and evaluate occurrences in the docs.
josdejong
committed
05e6cfe
View commit details
Copy full SHA for 05e6cfe
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
Cleanup redundant local variables
josdejong
committed
9750beb
View commit details
Copy full SHA for 9750beb
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL