adapting someone else's code

cj5
Newbie Member
26Oct2010,10:21   #1
cj5's Avatar
Hello there,

I am converting some C/C++ code and ran into this.

double r = (1.f/z)*c; c and z are of type complex; but what is 1.f ??

thanks,

Ron
Mentor
27Oct2010,13:17   #2
xpi0t0s's Avatar
Looks invalid to me. What version of what compiler compiles the existing code?