OSDN Git Service

(split) LDP: Update original to LDP v3.51.
[linuxjm/LDP_man-pages.git] / original / man3 / scalb.3
index 990c0bf..3353e13 100644 (file)
@@ -24,7 +24,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH SCALB 3 2010-09-20 "" "Linux Programmer's Manual"
+.TH SCALB 3 2013-03-23 "" "Linux Programmer's Manual"
 .SH NAME
 scalb, scalbf, scalbl \- multiply floating-point number
 by integral power of radix (OBSOLETE)
@@ -33,9 +33,9 @@ by integral power of radix (OBSOLETE)
 .sp
 .BI "double scalb(double " x ", double " exp );
 .br
-.BI "float scalbf(float " x ", double " exp );
+.BI "float scalbf(float " x ", float " exp );
 .br
-.BI "long double scalbl(long double " x ", double " exp );
+.BI "long double scalbl(long double " x ", long double " exp );
 .sp
 Link with \fI\-lm\fP.
 .sp