Posts by William Dias • 11 points
1 post
-
0
votes1
answer54
viewsQ: Error in the roots of Bhaskara
#include <stdlib.h> #include <stdio.h> #include <math.h> void func(double x1, double x2, double x3, double *delta, double *r1, double *r2); int main(){ FILE *file;…
casked William Dias 11