| Index: fusl/src/math/exp2l.c
|
| diff --git a/fusl/src/math/exp2l.c b/fusl/src/math/exp2l.c
|
| index 0528a4789698ef3506604923143022b186e4ee66..7c100ccccf3f4a9e3ba154e954341e1ed180f2ef 100644
|
| --- a/fusl/src/math/exp2l.c
|
| +++ b/fusl/src/math/exp2l.c
|
| @@ -523,8 +523,8 @@ static const float eps[TBLSIZE] = {
|
| *
|
| * This method is due to Gal, with many details due to Gal and Bachelis:
|
| *
|
| - * Gal, S. and Bachelis, B. An Accurate Elementary Mathematical Library
|
| - * for the IEEE Floating Point Standard. TOMS 17(1), 26-46 (1991).
|
| + * Gal, S. and Bachelis, B. An Accurate Elementary Mathematical Library
|
| + * for the IEEE Floating Point Standard. TOMS 17(1), 26-46 (1991).
|
| */
|
| long double exp2l(long double x) {
|
| union ldshape u = {x};
|
|
|