Make pow() conform to standard definition
This commit is contained in:
@ -29,5 +29,6 @@
|
||||
char *xdtoal(long double d) {
|
||||
char *p = xmalloc(32);
|
||||
g_xfmt_p(p, &d, 16, 32, 2);
|
||||
/* g_xfmt_p(p, &d, 20, 32, 2); */
|
||||
return p;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user