Skip to content

0.7.15

Choose a tag to compare

@jiggzson jiggzson released this 28 Dec 16:41
· 437 commits to master since this release
ea0ba21
0.7.15 (#355)

* Added line function

* Merge origin/dev into dev

Conflicts:
	Algebra.js
fix #119 #246

* fix issue #263

* nthroot in progress...

* nthroot done. Needs optimization

* Add tests for #55 and #294 (#323)

* Fix issue #321

* Fix issue #247

* minor fixes

* Update solve test

* Fix for lcm not being exposed (#328)

* Fix integrate(sec(x)^2/(1+tan(x)^2) in progress

* Support for itegrate (1+x^2)^-n where n is integer

* integrate 1/(x^4+1) in progress ...

* Revert "integrate 1/(x^4+1) in progress ..."

This reverts commit 5bfb526f7bf8cdedae7db2ad0426c84070923416.

* Revert ""

This reverts commit 74cbd6612c652de6d0a19068cdd5ebdb4b6a828b.

* Revert "Revert """

This reverts commit 97d47418cacedb4253fb2442a49d53612b8f190b.

* integrate u du where u is inv trig

* Add code of conduct 1 (#338)

* Update 0.7.14 (#325)

* Added line function

* Merge origin/dev into dev

Conflicts:
	Algebra.js
fix #119 #246

* fix issue #263

* nthroot in progress...

* nthroot done. Needs optimization

* Add tests for #55 and #294 (#323)

* Fix issue #321

* Fix issue #247

* minor fixes

* Update solve test

* Create CODE_OF_CONDUCT.md

* Fix #335 #267 #272

* Fix for #282
Because this issue spans multiple add-ons a test for this issue could
not be added

* Implement #330

* Fix issue #121

* Started #218 Fix #147 #199
version bump for add-ons

* Possible fix #248

* Possible fix #248 - update

* Some complex trig
Some factoring
More inverse Laplace
Fix to invert
moved decompose_fn to core
Fix to imaginary i^(-n)

* more inverse laplace

* more inverse Laplace

* fix failing test ilt

* Fix #346, #348
Address #351
Stopping inverse Laplace. More to be added in future.

* Wrapping up #134

* Fix issue #209
Added test for #134
Fix issue #211
Added missing derivatives for functions

* Started limits

* Make limit invisible
Update gcd