mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
erf.3: Add a STANDARDS section
Add a STANDARDS section for the erf(3) manual page. PR: 273413 Reviewed by: pauamma_gundo.com MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D44140 (cherry picked from commit 16c3d7e1fa150ee136b910448cf431e8deab5293)
This commit is contained in:
parent
dd43e907c7
commit
939f5a7b2b
1 changed files with 12 additions and 3 deletions
|
|
@ -25,9 +25,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)erf.3 6.4 (Berkeley) 4/20/91
|
||||
.\"
|
||||
.Dd July 13, 2014
|
||||
.Dd June 23, 2024
|
||||
.Dt ERF 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -88,6 +86,17 @@ subtracts the result of the error function
|
|||
from 1.0.
|
||||
.Sh SEE ALSO
|
||||
.Xr math 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn erf ,
|
||||
.Fn erff ,
|
||||
.Fn erfl ,
|
||||
.Fn erfc ,
|
||||
.Fn erfcf
|
||||
and
|
||||
.Fn erfcl
|
||||
functions conform to
|
||||
.St -isoC-99 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn erf
|
||||
|
|
|
|||
Loading…
Reference in a new issue