summaryrefslogtreecommitdiff
path: root/lib/libm/log10l.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/log10l.c')
-rw-r--r--lib/libm/log10l.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/libm/log10l.c b/lib/libm/log10l.c
index d462308f..6a5025fb 100644
--- a/lib/libm/log10l.c
+++ b/lib/libm/log10l.c
@@ -73,16 +73,14 @@ long double log10l(long double x)
* Theoretical peak relative error = 6.2e-22
*/
static const long double P[] = {
- 4.9962495940332550844739E-1L, 1.0767376367209449010438E1L,
- 7.7671073698359539859595E1L, 2.5620629828144409632571E2L,
- 4.2401812743503691187826E2L, 3.4258224542413922935104E2L,
+ 4.9962495940332550844739E-1L, 1.0767376367209449010438E1L, 7.7671073698359539859595E1L,
+ 2.5620629828144409632571E2L, 4.2401812743503691187826E2L, 3.4258224542413922935104E2L,
1.0747524399916215149070E2L,
};
static const long double Q[] = {
/* 1.0000000000000000000000E0,*/
- 2.3479774160285863271658E1L, 1.9444210022760132894510E2L,
- 7.7952888181207260646090E2L, 1.6911722418503949084863E3L,
- 2.0307734695595183428202E3L, 1.2695660352705325274404E3L,
+ 2.3479774160285863271658E1L, 1.9444210022760132894510E2L, 7.7952888181207260646090E2L,
+ 1.6911722418503949084863E3L, 2.0307734695595183428202E3L, 1.2695660352705325274404E3L,
3.2242573199748645407652E2L,
};