View | Details | Raw Unified | Return to bug 82654 | Differences between
and this patch

Collapse All | Expand All

(-)exp.3 (-6 / +14 lines)
Lines 45-52 Link Here
45
.Nm expm1f ,
45
.Nm expm1f ,
46
.Nm log ,
46
.Nm log ,
47
.Nm logf ,
47
.Nm logf ,
48
.Nm logl ,
48
.Nm log10 ,
49
.Nm log10 ,
49
.Nm log10f ,
50
.Nm log10f ,
51
.Nm log10l ,
50
.Nm log1p ,
52
.Nm log1p ,
51
.Nm log1pf ,
53
.Nm log1pf ,
52
.Nm pow ,
54
.Nm pow ,
Lines 72-81 Link Here
72
.Fn log "double x"
74
.Fn log "double x"
73
.Ft float
75
.Ft float
74
.Fn logf "float x"
76
.Fn logf "float x"
77
.Ft "long double"
78
.Fn logl "long double x"
75
.Ft double
79
.Ft double
76
.Fn log10 "double x"
80
.Fn log10 "double x"
77
.Ft float
81
.Ft float
78
.Fn log10f "float x"
82
.Fn log10f "float x"
83
.Ft "long double"
84
.Fn log10l "long double x"
79
.Ft double
85
.Ft double
80
.Fn log1p "double x"
86
.Fn log1p "double x"
81
.Ft float
87
.Ft float
Lines 109-124 Link Here
109
.Fa x .
115
.Fa x .
110
.Pp
116
.Pp
111
The
117
The
112
.Fn log
118
.Fn log ,
113
and the
119
.Fn logf ,
114
.Fn logf
120
and
121
.Fn logl
115
functions compute the value of the natural logarithm of argument
122
functions compute the value of the natural logarithm of argument
116
.Fa x .
123
.Fa x .
117
.Pp
124
.Pp
118
The
125
The
119
.Fn log10
126
.Fn log10 ,
120
and the
127
.Fn log10f ,
121
.Fn log10f
128
and
129
.Fn log10l
122
functions compute the value of the logarithm of argument
130
functions compute the value of the logarithm of argument
123
.Fa x
131
.Fa x
124
to base 10.
132
to base 10.

Return to bug 82654