eml_hypot_real64 Function

private elemental function eml_hypot_real64(x, y)

Arguments

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

Return Value type(eml_real64_type)


Calls

proc~~eml_hypot_real64~~CallsGraph proc~eml_hypot_real64 eml_hypot_real64 interface~eml_add eml_add proc~eml_hypot_real64->interface~eml_add interface~eml_sqr eml_sqr proc~eml_hypot_real64->interface~eml_sqr proc~eml_add_real64 eml_add_real64 interface~eml_add->proc~eml_add_real64 proc~eml_sqr_real64 eml_sqr_real64 interface~eml_sqr->proc~eml_sqr_real64

Called by

proc~~eml_hypot_real64~~CalledByGraph proc~eml_hypot_real64 eml_hypot_real64 interface~eml_hypot eml_hypot interface~eml_hypot->proc~eml_hypot_real64 interface~hypot hypot interface~hypot->proc~eml_hypot_real64