Search found 1 match

by ?????
Sat Apr 12, 2014 8:13 am
Forum: Volume 1 (100-199)
Topic: 190 - Circle Through Three Points
Replies: 126
Views: 37580

help please

what is my problem in this prob i cant find help please

#include<stdio.h>
#include<math.h>
#include<string.h>
void p(double x,double y,double temp,double ax,double ay)
{ :evil: :evil: :evil:
if(x==0)
{
printf("x^2 + ");
}
else if(x<0)
{
printf("(x + %0.3lf)^2 + ",(x*(-1)));
}
else if(x ...

Go to advanced search