Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
fast_erf
Interface
experimental
10 statements
Source File
stdlib_specialfunctions.fypp
stdlib_specialfunctions
fast_erf
Contents
Functions
fast_erf_dp
fast_erf_sp
public interface fast_erf
Fast approximation of the erf function
Functions
private elemental module function fast_erf_dp(x) result(y)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in)
::
x
Return Value
real(kind=dp)
private elemental module function fast_erf_sp(x) result(y)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=sp),
intent(in)
::
x
Return Value
real(kind=sp)