fast_tanh Interface

public interface fast_tanh

Fast approximation of the tanh function


Functions

private elemental module function fast_tanh_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_tanh_sp(x) result(y)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in) :: x

Return Value real(kind=sp)