summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorkargl <kargl@FreeBSD.org>2013-05-27 22:45:05 +0000
committerkargl <kargl@FreeBSD.org>2013-05-27 22:45:05 +0000
commite8f2493b1025e7327d955b46494bc4a17c93856c (patch)
treea2ea0e13bfe505033587e82e460489e188849a06 /lib/msun
parent92ccb9a78d6194c4e65cdc15633b6750a5fefc67 (diff)
downloadFreeBSD-src-e8f2493b1025e7327d955b46494bc4a17c93856c.zip
FreeBSD-src-e8f2493b1025e7327d955b46494bc4a17c93856c.tar.gz
Style(9)
Approved by: das (implicit) Reported by: jh
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/ld80/s_exp2l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/ld80/s_exp2l.c b/lib/msun/ld80/s_exp2l.c
index d6c2f43..8730f13 100644
--- a/lib/msun/ld80/s_exp2l.c
+++ b/lib/msun/ld80/s_exp2l.c
@@ -193,7 +193,7 @@ static const double tbl[TBLSIZE * 2] = {
0x1.68155d44ca973p+0, 0x1.038ae44f74p-57,
};
-/*-
+/**
* Compute the base 2 exponential of x for Intel 80-bit format.
*
* Accuracy: Peak error < 0.511 ulp.
OpenPOWER on IntegriCloud