FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/function - SteveJM/mathjs · GitHub
SteveJM
/
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 Jan 31, 2021
Implement count based on size (#2092)
Show description for bf0eedf
Josef37
and
josdejong
authored
bf0eedf
View commit details
Copy full SHA for bf0eedf
View code at this point
Browse repository at this point
Commits on Jan 27, 2021
Check for equal number of arguments in simplify (#2090)
Show description for 02d36c1
quentintruong
authored
02d36c1
View commit details
Copy full SHA for 02d36c1
View code at this point
Browse repository at this point
Commits on Jan 24, 2021
Fix merge conflicts
josdejong
committed
6fc5d0e
View commit details
Copy full SHA for 6fc5d0e
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
Extract reshape wildcard processing
Josef37
committed
b602e21
View commit details
Copy full SHA for b602e21
View code at this point
Browse repository at this point
Word size suffix and BigNumber support for bin oct hex literals (#1996)
Show description for d12f3a5
clnhlzmn
authored
d12f3a5
View commit details
Copy full SHA for d12f3a5
View code at this point
Browse repository at this point
Commits on Dec 31, 2020
Add numpy-like reshape wildcard
Josef37
committed
dcab052
View commit details
Copy full SHA for dcab052
View code at this point
Browse repository at this point
Add Julia-like reshape wildcard (wip)
Show description for e62bff8
Josef37
committed
e62bff8
View commit details
Copy full SHA for e62bff8
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 Nov 30, 2020
Fix typo in examples of function round
josdejong
committed
4d035f6
View commit details
Copy full SHA for 4d035f6
View code at this point
Browse repository at this point
Commits on Nov 13, 2020
Fix #2026: introduce new option `fractionsLimit` in function `simplify`
josdejong
committed
9250f44
View commit details
Copy full SHA for 9250f44
View code at this point
Browse repository at this point
Fix #2026: have function `simplify` not output decimal values into fractions with very large numerator/denominator
josdejong
committed
488943d
View commit details
Copy full SHA for 488943d
View code at this point
Browse repository at this point
Commits on Nov 2, 2020
Add missing file extensions on import
josdejong
committed
46b5102
View commit details
Copy full SHA for 46b5102
View code at this point
Browse repository at this point
Merge branch 'develop' into v8
Show description for 41c5e2f
josdejong
committed
41c5e2f
View commit details
Copy full SHA for 41c5e2f
View code at this point
Browse repository at this point
Update devDependencies
josdejong
committed
68c6a91
View commit details
Copy full SHA for 68c6a91
View code at this point
Browse repository at this point
Commits on Oct 28, 2020
implementing rotate(w, theta) (#1992)
Show description for 5849038
rnd-debug
and
josdejong
authored
5849038
View commit details
Copy full SHA for 5849038
View code at this point
Browse repository at this point
Commits on Oct 18, 2020
Fix #1990: improve pickRandom: return matrix output on matrix input, introduce new option `elementWise`, always return `n` number of random picks (see also #1976).
josdejong
committed
e788c1d
View commit details
Copy full SHA for e788c1d
View code at this point
Browse repository at this point
Fix unit test and missing import extension
josdejong
committed
5f59174
View commit details
Copy full SHA for 5f59174
View code at this point
Browse repository at this point
Merge branch 'develop' into v8
Show description for 83e1963
josdejong
committed
83e1963
View commit details
Copy full SHA for 83e1963
View code at this point
Browse repository at this point
Commits on Oct 7, 2020
Merge branch 'pickrandom-allow-any-array)' of https://github.com/KonradLinkowski/mathjs into develop
josdejong
committed
c5ab722
View commit details
Copy full SHA for c5ab722
View code at this point
Browse repository at this point
Fix merge conflicts
josdejong
committed
4633d70
View commit details
Copy full SHA for 4633d70
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/develop' into v8
Show description for adb259b
josdejong
committed
adb259b
View commit details
Copy full SHA for adb259b
View code at this point
Browse repository at this point
Feat/rotate matrix (#1984)
Show description for 439ec41
rnd-debug
and
josdejong
authored
439ec41
View commit details
Copy full SHA for 439ec41
View code at this point
Browse repository at this point
Fix merge conflicts
josdejong
committed
08ed775
View commit details
Copy full SHA for 08ed775
View code at this point
Browse repository at this point
Merge branch 'develop' into v8
Show description for 99b738f
josdejong
committed
99b738f
View commit details
Copy full SHA for 99b738f
View code at this point
Browse repository at this point
Commits on Oct 3, 2020
pickRandom - flatten the array
KonradLinkowski
committed
a5cbb6a
View commit details
Copy full SHA for a5cbb6a
View code at this point
Browse repository at this point
Allow any array in pickRandom function
KonradLinkowski
committed
ca05c25
View commit details
Copy full SHA for ca05c25
View code at this point
Browse repository at this point
Commits on Sep 30, 2020
sqrtm - throw an error for matrices with dimension greater than two (#1977)
KonradLinkowski
authored
becab40
View commit details
Copy full SHA for becab40
View code at this point
Browse repository at this point
Commits on Sep 27, 2020
floor and cell with precision (#1967)
Show description for 9f06dad
rnd-debug
authored
9f06dad
View commit details
Copy full SHA for 9f06dad
View code at this point
Browse repository at this point
Commits on Sep 26, 2020
Binary, octal, and hexadecimal literals and formatting (#1968)
Show description for f5d843b
clnhlzmn
and
josdejong
authored
f5d843b
View commit details
Copy full SHA for f5d843b
View code at this point
Browse repository at this point
Commits on Sep 23, 2020
Fix negative dividend modulo for BigNumber and Fraction (#1973)
ovk
authored
36c53b7
View commit details
Copy full SHA for 36c53b7
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 Sep 6, 2020
Replace seed-random by seedrandom (#1955)
poppinlp
authored
943f1db
View commit details
Copy full SHA for 943f1db
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL