]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/modf.3
acos.3, acosh.3, asin.3, asinh.3, atan.3, atan2.3, atanh.3, cabs.3, cacos.3, cacosh...
[thirdparty/man-pages.git] / man3 / modf.3
index a8e8c9973a1010f10530f8601dd7c68c362a3928..62155e77dce6e911cb5b0210828cacba3b98ec97 100644 (file)
@@ -64,9 +64,7 @@ or
 .RE
 .ad
 .SH DESCRIPTION
-The
-.BR modf ()
-function breaks the argument
+These functions break the argument
 .I x
 into an integral
 part and a fractional part, each of which has the same sign as
@@ -74,9 +72,7 @@ part and a fractional part, each of which has the same sign as
 The integral part is stored in the location pointed to by
 .IR iptr .
 .SH RETURN VALUE
-The
-.BR modf ()
-function returns the fractional part of
+These functions return the fractional part of
 .IR x .
 
 If