Author Topic: Finding square root using Newton-Raphson Method  (Read 9788 times)

0 Members and 1 Guest are viewing this topic.

Offline rasenove

  • Baron
  • ****
  • Posts: 950
  • Cookies: 53
  • ಠ_ಠ
    • View Profile
Re: Finding square root using Newton-Raphson Method
« Reply #15 on: March 26, 2013, 05:53:22 am »
Quote from:  parad0x
mario, what you are saying are standard C++
while c99 standards say that you should write
the function before it is used in main().

you can use forward  declariations to put the main() on top of other functions.
My secrets have secrets...