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
|
Newbie Member
|
|
| 26Oct2010,10:21 | #1 |
|
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 |
|
Looks invalid to me. What version of what compiler compiles the existing code?
|