Could you test the next fixes in your program?
#include <iostream>
#include <cmath>
int main () {
double number = 0.0 / 0.0;
if ( std::isnan ( number ) ) {
std::cout << "Is a number." << std::endl;
} else {
std::cout << "Is not a number." << std::endl;
}
}
Thanks,
Alexander
2010/10/30 pikpik <pikpi...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "minix3" group.
> To post to this group, send email to min...@googlegroups.com.
> To unsubscribe from this group, send email to minix3+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/minix3?hl=en.
>
>