mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -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
This commit is contained in:
parent
dfaeeacc2c
commit
16c3d7e1fa
1 changed files with 12 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd July 13, 2014
|
||||
.Dd June 23, 2024
|
||||
.Dt ERF 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -86,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