Skip to content

Commit

Permalink
Rational Root Theorem
Browse files Browse the repository at this point in the history
Added rrt()
Updated help(0) accordingly
  • Loading branch information
InternetNutzer committed Nov 21, 2021
1 parent 4f2b702 commit 8f24534
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Binary file modified Main.tns
Binary file not shown.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,21 @@ Basic TI-Nspire CX / CAS programs and functions, that make you more efficient in
Changelog
===========

1.1
---
* Added Rational Root Theorem

1.0.1
-----
* Added pq √negative exception
* Added quadraticequ √negative exception

1.0
---
* Added help(0)
* Added pol3()
* Added pol3()
-> Polinomialdivision (kind x³, given 1 Root)
* Added pq()
* Added quadraticequ()
* Added gauss()
-> Gauss Algorithm to search for a polynomial (kind x³, given 1 Root)
-> Gauss Algorithm to search for a polynomial (kind x³)

0 comments on commit 8f24534

Please sign in to comment.