Program to calculate atleast one root of a cubical equation correct to 3 decimal place using Newton Raphson (NR) Method
To calculate atleast one root of a cubical equation correct to 3 decimal place using Newton Raphson (NR) Method in C++ Programming Language for Numerical Methods for Engineering Students