floor, and round functions give wrong results.
in
Programming Questions
•
1 years ago
this fails:
float x=20110801.88;
int a = floor(x);
println(a);
isung processing 64 bits, on mac.
1