What's Here?
- Members: 307,124
- Replies: 841,819
- Topics: 140,678
- Snippets: 4,468
- Tutorials: 1,166
- Total Online: 2,041
- Members: 132
- Guests: 1,909
|
's Contributions
|
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
|
|
Tutorials
No Tutorials Submitted. |
|
Code Snippets
|
 |
|
|
Submitted: December 12, 2006
Views: 5021
A template function for determining the roots of an equation using the Newton-Raphson algorithm
|
|
|
 |
|
|
Submitted: December 15, 2006
Views: 9011
Determine real and complex roots of a quadratic equation
ax^2 + bx + c = 0
and check results
|
|
|
| |