diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-10-11 17:14:56 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-10-11 17:14:56 +0000 |
| commit | 0651835dae8643bd05f4d2538b6ab0208f83d38b (patch) | |
| tree | 514f1c65ef725c5c2aa1390f9ebc2f9f7c63bcee /lib/libm | |
| parent | a9d7016af505fd8f5eada730992ea8244c07a6b1 (diff) | |
Notes
Diffstat (limited to 'lib/libm')
| -rw-r--r-- | lib/libm/common_source/lgamma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/common_source/lgamma.c b/lib/libm/common_source/lgamma.c index b5cb49f07264..5347c93b31e7 100644 --- a/lib/libm/common_source/lgamma.c +++ b/lib/libm/common_source/lgamma.c @@ -91,7 +91,7 @@ int signgam; #define LEFT (1.0 - (x0 + .25)) #define RIGHT (x0 - .218) /* -/* Constants for approximation in [1.244,1.712] + * Constants for approximation in [1.244,1.712] */ #define x0 0.461632144968362356785 #define x0_lo -.000000000000000015522348162858676890521 |
