eml_tanh_real64 Function

private elemental function eml_tanh_real64(x)

Arguments

Type IntentOptional Attributes Name
type(eml_real64_type), intent(in) :: x

Return Value type(eml_real64_type)


Calls

proc~~eml_tanh_real64~~CallsGraph proc~eml_tanh_real64 eml_tanh_real64 interface~eml_cosh eml_cosh proc~eml_tanh_real64->interface~eml_cosh interface~eml_div eml_div proc~eml_tanh_real64->interface~eml_div interface~eml_sinh eml_sinh proc~eml_tanh_real64->interface~eml_sinh proc~eml_cosh_real64 eml_cosh_real64 interface~eml_cosh->proc~eml_cosh_real64 proc~eml_div_real64 eml_div_real64 interface~eml_div->proc~eml_div_real64 proc~eml_sinh_real64 eml_sinh_real64 interface~eml_sinh->proc~eml_sinh_real64

Called by

proc~~eml_tanh_real64~~CalledByGraph proc~eml_tanh_real64 eml_tanh_real64 interface~eml_tanh eml_tanh interface~eml_tanh->proc~eml_tanh_real64 interface~tanh tanh interface~tanh->proc~eml_tanh_real64