change _p9pow10 to fmtpow10
This commit is contained in:
parent
08166a4548
commit
4fe01a2b11
@ -55,7 +55,7 @@ static double pows10[] =
|
|||||||
1e150, 1e151, 1e152, 1e153, 1e154, 1e155, 1e156, 1e157, 1e158, 1e159,
|
1e150, 1e151, 1e152, 1e153, 1e154, 1e155, 1e156, 1e157, 1e158, 1e159,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define pow10(x) _p9pow10(x)
|
#define pow10(x) fmtpow10(x)
|
||||||
|
|
||||||
static double
|
static double
|
||||||
pow10(int n)
|
pow10(int n)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user