FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/function/algebra - 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
algebra
on
develop
User selector
Datepicker
Commit history
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 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 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 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 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 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
Commits on Aug 21, 2019
fix no-case-declarations lint
harrysarson
committed
4cfef3a
View commit details
Copy full SHA for 4cfef3a
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 May 15, 2019
Fix `derivative` and `simplify` not working in numbers version
josdejong
committed
8038532
View commit details
Copy full SHA for 8038532
View code at this point
Browse repository at this point
Use `mathWithTransform` instead of `math` where needed
josdejong
committed
52dfafe
View commit details
Copy full SHA for 52dfafe
View code at this point
Browse repository at this point
Commits on May 4, 2019
Merge remote-tracking branch 'origin/fix/1428' into develop
Show description for b4f2eb0
josdejong
committed
b4f2eb0
View commit details
Copy full SHA for b4f2eb0
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 13, 2019
Merged `develop` into `modular_architecture`
josdejong
committed
6081360
View commit details
Copy full SHA for 6081360
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 5, 2019
Fixed #1428: transform iterating over replaced nodes
josdejong
committed
5c263d3
View commit details
Copy full SHA for 5c263d3
View code at this point
Browse repository at this point
Commits on Mar 2, 2019
Support pow() as an argument for derivative() (#1417)
Show description for 9bfdff1
sam-19
authored and
josdejong
committed
9bfdff1
View commit details
Copy full SHA for 9bfdff1
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
Replace http urls with https where supported
josdejong
committed
70cbc3e
View commit details
Copy full SHA for 70cbc3e
View code at this point
Browse repository at this point
Commits on Feb 6, 2019
Remove support for factory names and dependencies containing paths
josdejong
committed
e5ccd9c
View commit details
Copy full SHA for e5ccd9c
View code at this point
Browse repository at this point
Commits on Feb 3, 2019
Merge `math.expression.parse` into `math.parse`
josdejong
committed
25be459
View commit details
Copy full SHA for 25be459
View code at this point
Browse repository at this point
Commits on Feb 2, 2019
Flatten classes under expression.node
josdejong
committed
129848f
View commit details
Copy full SHA for 129848f
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 23, 2019
Implemented snapshot testing for all exported bundles and instances
josdejong
committed
19bc1e0
View commit details
Copy full SHA for 19bc1e0
View code at this point
Browse repository at this point
Commits on Jan 16, 2019
Fix `math.simplify('add(2, 3)')` throwing an error
josdejong
committed
860555a
View commit details
Copy full SHA for 860555a
View code at this point
Browse repository at this point
Renamed methods `.eval` to `.evaluate`, updated all docs and examples accordingly
josdejong
committed
078f1dd
View commit details
Copy full SHA for 078f1dd
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 30, 2018
Fix functions having the actual config values.
Show description for 016e101
josdejong
committed
016e101
View commit details
Copy full SHA for 016e101
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
All functions use plain object config properties, and use a copy of the config (finalize them)
josdejong
committed
c7e0d21
View commit details
Copy full SHA for c7e0d21
View code at this point
Browse repository at this point
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
Remove dependency on `math` from `simplify`
josdejong
committed
5597c56
View commit details
Copy full SHA for 5597c56
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
Renamed `scope` to `math` again (prevent confusion)
josdejong
committed
b0db2fc
View commit details
Copy full SHA for b0db2fc
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL