Skip to content

Commit 462a3cf

Browse files
committed
docstring fix
1 parent a9079c8 commit 462a3cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/erf.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ See also:
101101
- `Float64`: Julia implementation of https://github.com/ARM-software/optimized-routines/blob/master/math/erf.c
102102
- `BigFloat`: C library for multiple-precision floating-point [MPFR](https://www.mpfr.org/)
103103
"""
104+
function erf end
104105

105106
# Fast erf implementation using a mix of
106107
# rational and polynomial approximations.
@@ -255,8 +256,6 @@ end
255256

256257
_erf(x::Float16)=Float16(_erf(Float32(x)))
257258

258-
259-
function erf end
260259
"""
261260
erf(x, y)
262261

0 commit comments

Comments
 (0)