Skip to content

Commit 22dd3c4

Browse files
committed
Update Readme.md
Added Find e to the Nth Digit.
1 parent 3627cf4 commit 22dd3c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Numbers
2929

3030
**Find PI to the Nth Digit** - Enter a number and have the program generate PI up to that many decimal places. Keep a limit to how far the program will go.
3131

32+
**Find e to the Nth Digit** - Just like the previous problem, but with e instead of PI. Enter a number and have the program generate e up to that many decimal places. Keep a limit to how far the program will go.
33+
3234
**Fibonacci Sequence** - Enter a number and have the program generate the Fibonacci sequence to that number or to the Nth number.
3335

3436
**Prime Factorization** - Have the user enter a number and find all Prime Factors (if there are any) and display them.

0 commit comments

Comments
 (0)