fast_erf Interface

public interface fast_erf

Fast approximation of the erf function


Functions

private elemental module function fast_erf_dp(x) result(y)

Arguments

Type IntentOptional 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 IntentOptional Attributes Name
real(kind=sp), intent(in) :: x

Return Value real(kind=sp)