erf.3 (dc36d6f9bb1753f3808552f3afd30eda9a7b206a) | erf.3 (16c3d7e1fa150ee136b910448cf431e8deab5293) |
---|---|
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. --- 11 unchanged lines hidden (view full) --- 20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" | 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. --- 11 unchanged lines hidden (view full) --- 20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" |
28.Dd July 13, 2014 | 28.Dd June 23, 2024 |
29.Dt ERF 3 30.Os 31.Sh NAME 32.Nm erf , 33.Nm erff , 34.Nm erfl , 35.Nm erfc , 36.Nm erfcf , --- 44 unchanged lines hidden (view full) --- 81.Fa x ; 82that is 83.Fn erfc 84subtracts the result of the error function 85.Fn erf x 86from 1.0. 87.Sh SEE ALSO 88.Xr math 3 | 29.Dt ERF 3 30.Os 31.Sh NAME 32.Nm erf , 33.Nm erff , 34.Nm erfl , 35.Nm erfc , 36.Nm erfcf , --- 44 unchanged lines hidden (view full) --- 81.Fa x ; 82that is 83.Fn erfc 84subtracts the result of the error function 85.Fn erf x 86from 1.0. 87.Sh SEE ALSO 88.Xr math 3 |
89.Sh STANDARDS 90The 91.Fn erf , 92.Fn erff , 93.Fn erfl , 94.Fn erfc , 95.Fn erfcf 96and 97.Fn erfcl 98functions conform to 99.St -isoC-99 . |
|
89.Sh HISTORY 90The 91.Fn erf 92and 93.Fn erfc 94functions appeared in 95.Bx 4.3 . | 100.Sh HISTORY 101The 102.Fn erf 103and 104.Fn erfc 105functions appeared in 106.Bx 4.3 . |