-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Antonio Kim
committed
Sep 23, 2020
1 parent
fdeffc1
commit 9c11c7e
Showing
3 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#+TITLE: CalcPlusPlus Ideas | ||
|
||
* Ideas | ||
** TODO Add range operator | ||
*** Possibly add a generator expression class that generates (more efficient for large ranges) | ||
** TODO Add Polynomial function that constructs a polynomial expression from coefficients | ||
*** Add simplify mechanims that auomatically genrates a polynomial expression from an expression | ||
** TODO Add chained expressions using ';' | ||
** TODO Add IQR and summary | ||
** TODO Add BooleanExpression for clear ==, >=, <=, < | ||
** TODO Possibly explore differential equation solving | ||
** TODO Add Sum, Product expressions | ||
** TODO Add normal approximation to the binomial distribution | ||
*** https://mathcracker.com/normal-approximation-binomial-distribution | ||
** TODO Add matrix multiplication of non numerical matrices | ||
* Bugs | ||
** TODO Investigate why Mac OS binary can't load dynamic libraries |