Skip to content

Commit

Permalink
Merge pull request karan#51 from vdrey/master
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
Karan Goel committed Aug 26, 2014
2 parents f34a611 + 22dd3c4 commit a9d6d5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Numbers

**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.

**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.

**Fibonacci Sequence** - Enter a number and have the program generate the Fibonacci sequence to that number or to the Nth number.

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

0 comments on commit a9d6d5c

Please sign in to comment.