2 Topics

Member Avatar for
Member Avatar for abhishekagrawal

Hi all, I have written a program to find the reciprocal of an input number by using newton rhapson iterative method. Below is the algorithm implementation in C: #include<stdio.h> #include<stdlib.h> #include<math.h> int main() { double guess,newguess,input,error=1.0; printf("Enter the input number"); scanf("%f",&input); printf("Enter the guess for the reciprocal of the input …

Member Avatar for TrustyTony
0
212
Member Avatar for GuyClapperton

Reports just in suggest that a couple of manufacturers are about to launch televisions with the capacity to view films immediately built in. At least that's what the confusingly-worded [URL="http://uk.reuters.com/article/technologyNews/idUKTRE5040E820090105?feedType=nl&feedName=uktechnology"]news report[/URL] I picked up said (unusual for Reuters to confuse us in this way). What it means is that TVs …

Member Avatar for Salem
0
204

The End.