c++ - powl problem
- "Ronald Barrett" <ronaldb sebcorinc.com> Jun 20 2004
x.c:
#include <math.h>
#include <stdio.h>
int main(void){
printf("%Lg", powl(10.0l, -1.1807237520575617777e+4932l));
return 0;
}
dmc x.c & x
-nan
DMC v8.4
Jun 20 2004
x.c:
#include <math.h>
#include <stdio.h>
int main(void){
printf("%Lg", powl(10.0l, -1.1807237520575617777e+4932l));
return 0;
}
dmc x.c & x
-nan
DMC v8.4