erf.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) | erf.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. --- 27 unchanged lines hidden (view full) --- 36.Dt ERF 3 37.Os 38.Sh NAME 39.Nm erf , 40.Nm erff , 41.Nm erfc , 42.Nm erfcf 43.Nd error function operators | 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. --- 27 unchanged lines hidden (view full) --- 36.Dt ERF 3 37.Os 38.Sh NAME 39.Nm erf , 40.Nm erff , 41.Nm erfc , 42.Nm erfcf 43.Nd error function operators |
44.Sh LIBRARY 45.Lb libm |
|
44.Sh SYNOPSIS 45.In math.h 46.Ft double 47.Fn erf "double x" 48.Ft float 49.Fn erff "float x" 50.Ft double 51.Fn erfc "double x" --- 42 unchanged lines hidden --- | 46.Sh SYNOPSIS 47.In math.h 48.Ft double 49.Fn erf "double x" 50.Ft float 51.Fn erff "float x" 52.Ft double 53.Fn erfc "double x" --- 42 unchanged lines hidden --- |