I\'m having a small problem with a program I\'m working on, I keep getting the warning format \'%1f\' expects type \'float *\' but argument 2 has type \'double *\'
format \'%1f\' expects type \'float *\' but argument 2 has type \'double *\'
Use %lf format specifier for double data type.
%lf