v1.4.0
Changes & Updates
- updated readMe
- Added + Updated PowerOf in RecursiveFunctions (Java)
PowerOf is an example of recursion (recursive function), It allows a base + exponent input. Detects either negative or positive, runs through PowerOf function, and returns with proper output. Also returns with superscript version via superscript function.