floor.3 (4067ee86a5e08a0a0b3270278bb54070fadb4297) floor.3 (113ed1bb1daf3b505986810434a49771b9e19f04)
1.\" Copyright (c) 1985, 1991 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 34 unchanged lines hidden (view full) ---

43.Sh LIBRARY
44.Lb libm
45.Sh SYNOPSIS
46.In math.h
47.Ft double
48.Fn floor "double x"
49.Ft float
50.Fn floorf "float x"
1.\" Copyright (c) 1985, 1991 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 34 unchanged lines hidden (view full) ---

43.Sh LIBRARY
44.Lb libm
45.Sh SYNOPSIS
46.In math.h
47.Ft double
48.Fn floor "double x"
49.Ft float
50.Fn floorf "float x"
51.Ft long double
51.Ft "long double"
52.Fn floorl "long double x"
53.Sh DESCRIPTION
54The
55.Fn floor ,
52.Fn floorl "long double x"
53.Sh DESCRIPTION
54The
55.Fn floor ,
56the
57.Fn floorf
56.Fn floorf
58and the
57and
59.Fn floorl
60functions return the largest integral value
61less than or equal to
62.Fa x ,
63expressed as a floating-point number.
64.Sh SEE ALSO
65.Xr abs 3 ,
66.Xr ceil 3 ,

--- 5 unchanged lines hidden (view full) ---

72.Xr trunc 3
73.Sh STANDARDS
74The
75.Fn floor
76function conforms to
77.St -isoC .
78The
79.Fn floorf
58.Fn floorl
59functions return the largest integral value
60less than or equal to
61.Fa x ,
62expressed as a floating-point number.
63.Sh SEE ALSO
64.Xr abs 3 ,
65.Xr ceil 3 ,

--- 5 unchanged lines hidden (view full) ---

71.Xr trunc 3
72.Sh STANDARDS
73The
74.Fn floor
75function conforms to
76.St -isoC .
77The
78.Fn floorf
80and the
79and
81.Fn floorl
82functions conform to
83.St -isoC-99 .
80.Fn floorl
81functions conform to
82.St -isoC-99 .