aboutsummaryrefslogtreecommitdiffstats
path: root/man3/lgamma.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/lgamma.3')
-rw-r--r--man3/lgamma.34
1 files changed, 0 insertions, 4 deletions
diff --git a/man3/lgamma.3 b/man3/lgamma.3
index 08f27337b6..5fa9130c84 100644
--- a/man3/lgamma.3
+++ b/man3/lgamma.3
@@ -17,15 +17,11 @@ log gamma function
.B #include <math.h>
.PP
.BI "double lgamma(double " x );
-.br
.BI "float lgammaf(float " x );
-.br
.BI "long double lgammal(long double " x );
.PP
.BI "double lgamma_r(double " x ", int *" signp );
-.br
.BI "float lgammaf_r(float " x ", int *" signp );
-.br
.BI "long double lgammal_r(long double " x ", int *" signp );
.PP
.BI "extern int " signgam ;