ceil.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) ceil.3 (64890443c1b144b289df30a5123d179955bc8c92)
1.\" Copyright (c) 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.

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

34.\"
35.Dd March 10, 1994
36.Dt CEIL 3
37.Os
38.Sh NAME
39.Nm ceil ,
40.Nm ceilf
41.Nd round to smallest integral value >= x
1.\" Copyright (c) 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.

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

34.\"
35.Dd March 10, 1994
36.Dt CEIL 3
37.Os
38.Sh NAME
39.Nm ceil ,
40.Nm ceilf
41.Nd round to smallest integral value >= x
42.Sh LIBRARY
43.Lb libm
42.Sh SYNOPSIS
43.In math.h
44.Ft double
45.Fn ceil "double x"
46.Ft float
47.Fn ceilf "float x"
48.Sh DESCRIPTION
49The

--- 19 unchanged lines hidden ---
44.Sh SYNOPSIS
45.In math.h
46.Ft double
47.Fn ceil "double x"
48.Ft float
49.Fn ceilf "float x"
50.Sh DESCRIPTION
51The

--- 19 unchanged lines hidden ---