fast_tanh_grad Interface

public interface fast_tanh_grad

gradient of the hyperbolic tangent function


Functions

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

Arguments

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

Return Value real(kind=sp)