fmod.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) fmod.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 May 2, 1991
36.Dt FMOD 3
37.Os
38.Sh NAME
39.Nm fmod ,
40.Nm fmodf
41.Nd floating-point remainder functions
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 May 2, 1991
36.Dt FMOD 3
37.Os
38.Sh NAME
39.Nm fmod ,
40.Nm fmodf
41.Nd floating-point remainder functions
42.Sh LIBRARY
43.Lb libm
42.Sh SYNOPSIS
43.In math.h
44.Ft double
45.Fn fmod "double x" "double y"
46.Ft float
47.Fn fmodf "float x" "float y"
48.Sh DESCRIPTION
49The

--- 36 unchanged lines hidden ---
44.Sh SYNOPSIS
45.In math.h
46.Ft double
47.Fn fmod "double x" "double y"
48.Ft float
49.Fn fmodf "float x" "float y"
50.Sh DESCRIPTION
51The

--- 36 unchanged lines hidden ---