Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
microice333 authored Feb 5, 2017
1 parent b3649ae commit 4341697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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. [[geekpradd (Python)]](https://github.com/geekpradd/PythonPi/blob/master/PythonPi.py)
[[MrBlaise (Python)]](https://github.com/MrBlaise/learnpython/blob/master/Numbers/pi.py) [[whoshuu (Python)]](https://github.com/whoshuu/Projects/blob/master/Numbers/pi.py) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/Pi.hs) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/pi.rb) [[atomic22 (PHP)]](https://github.com/atomic22/problem_solving/blob/master/Pi_to_Nth.php) [[quitrk (JavaScript)]](https://github.com/quitrk/LearningJS/blob/master/Numbers/00.%20Find%20PI%20to%20the%20Nth%20Digit.js) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/pi.go) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/pi.py) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/PiToTheNth.java) [[lazynight (Python)]](https://github.com/Flowerowl/Projects/blob/master/solutions/numbers/find_pi_to_the_nth_digit.py) [[abadojack(Go)]](https://github.com/abadojack/Playground/blob/master/Projects-Solutions/Numbers/Go/pi.go) [[abadojack(Java)]](https://github.com/abadojack/Playground/blob/master/Projects-Solutions/Numbers/Java/Pi.java) [[lazy0getter(Swift)]](https://github.com/lazy0getter/codeless-code/blob/master/Swift/Projects-solutions.playground/section-1.swift)
[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/DecimalPlace.py) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/pi_to_n_digit/pi_to_n_digit.c) [[jesspls (Java)]](https://github.com/jesspls/MegaProjectList/blob/master/src/Numbers/PiToNthDigit.java) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/Pi_to_the_Nth.java)[[kingballer29 (C++)]](https://github.com/kingballer29/Programming/blob/master/PI.cpp)[[manateemilitia (Java)]](https://github.com/manateemilitia/PiDec/blob/master/PiDec/src/pidec/PiDec.java) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/pi-to-nth.sh) [[marcusmonteiro(Haskell)]](https://github.com/marcusmonteiro/Projects/blob/master/numbers/PiToTheNth.hs)[[rlingineni (Python)]](https://github.com/rlingineni/PythonPractice/blob/master/piCalc/pi.py) [[lordturtle419 (C#)]](https://github.com/LordTurtle419/FindPi/blob/master/FindPi/Program.cs)
[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/DecimalPlace.py) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/pi_to_n_digit/pi_to_n_digit.c) [[jesspls (Java)]](https://github.com/jesspls/MegaProjectList/blob/master/src/Numbers/PiToNthDigit.java) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/Pi_to_the_Nth.java)[[kingballer29 (C++)]](https://github.com/kingballer29/Programming/blob/master/PI.cpp)[[manateemilitia (Java)]](https://github.com/manateemilitia/PiDec/blob/master/PiDec/src/pidec/PiDec.java) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/pi-to-nth.sh) [[marcusmonteiro(Haskell)]](https://github.com/marcusmonteiro/Projects/blob/master/numbers/PiToTheNth.hs)[[rlingineni (Python)]](https://github.com/rlingineni/PythonPractice/blob/master/piCalc/pi.py) [[lordturtle419 (C#)]](https://github.com/LordTurtle419/FindPi/blob/master/FindPi/Program.cs)[[microice333(Python)]](https://github.com/microice333/Python-projects/blob/master/n_digit_pi.py)

**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. [[dhd12391 (Java)]](https://github.com/dhd12391/Projects/blob/master/Java/EToNthDigit.java) [[aseeon (Python)]](https://gist.github.com/aseeon/3f06d95f995fde7adfc2) [[lazy0getter(Swift)]](https://github.com/lazy0getter/codeless-code/blob/master/Swift/Projects-solutions.playground/section-1.swift)[[grzeswol(Ruby)]](https://github.com/grzeswol/karan_projects_solutions/blob/master/Ruby/2_euler_number.rb)[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/FindE.py) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/e_to_n_digit/e_to_n_digit.c) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/e_to_the_Nth.java)[[kingballer29 (C++)]](https://github.com/kingballer29/Programming/blob/master/e.cpp) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/pi-to-nth.sh)
[[rlingineni (Python)]](https://github.com/rlingineni/PythonPractice/blob/master/eCalc/eCalculate.py)
Expand Down

0 comments on commit 4341697

Please sign in to comment.