ieee.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) | ieee.3 (64890443c1b144b289df30a5123d179955bc8c92) |
---|---|
1.\" Copyright (c) 1985, 1991 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. --- 35 unchanged lines hidden (view full) --- 44.Nm ilogbf , 45.Nm nextafter , 46.Nm nextafterf , 47.Nm remainder , 48.Nm remainderf , 49.Nm scalbn , 50.Nm scalbnf 51.Nd functions for IEEE arithmetic | 1.\" Copyright (c) 1985, 1991 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. --- 35 unchanged lines hidden (view full) --- 44.Nm ilogbf , 45.Nm nextafter , 46.Nm nextafterf , 47.Nm remainder , 48.Nm remainderf , 49.Nm scalbn , 50.Nm scalbnf 51.Nd functions for IEEE arithmetic |
52.Sh LIBRARY 53.Lb libm |
|
52.Sh SYNOPSIS 53.In math.h 54.Ft double 55.Fn copysign "double x" "double y" 56.Ft float 57.Fn copysignf "float x" "float y" 58.Ft int 59.Fn finite "double x" --- 123 unchanged lines hidden --- | 54.Sh SYNOPSIS 55.In math.h 56.Ft double 57.Fn copysign "double x" "double y" 58.Ft float 59.Fn copysignf "float x" "float y" 60.Ft int 61.Fn finite "double x" --- 123 unchanged lines hidden --- |