eml_add Interface

private interface eml_add

Calls

interface~~eml_add~~CallsGraph interface~eml_add eml_add proc~eml_add_real64 eml_add_real64 interface~eml_add->proc~eml_add_real64 interface~eml_neg eml_neg proc~eml_add_real64->interface~eml_neg interface~eml_sub eml_sub proc~eml_add_real64->interface~eml_sub

Called by

interface~~eml_add~~CalledByGraph interface~eml_add eml_add proc~eml_acos_real64 eml_acos_real64 proc~eml_acos_real64->interface~eml_add proc~eml_acosh_real64 eml_acosh_real64 proc~eml_acosh_real64->interface~eml_add proc~eml_asinh_real64 eml_asinh_real64 proc~eml_asinh_real64->interface~eml_add proc~eml_atan_real64 eml_atan_real64 proc~eml_atan_real64->interface~eml_add proc~eml_atanh_real64 eml_atanh_real64 proc~eml_atanh_real64->interface~eml_add proc~eml_avg_real64 eml_avg_real64 proc~eml_avg_real64->interface~eml_add proc~eml_hypot_real64 eml_hypot_real64 proc~eml_hypot_real64->interface~eml_add proc~eml_mul_real64 eml_mul_real64 proc~eml_mul_real64->interface~eml_add interface~acos acos interface~acos->proc~eml_acos_real64 interface~acosh acosh interface~acosh->proc~eml_acosh_real64 interface~asinh asinh interface~asinh->proc~eml_asinh_real64 interface~atan atan interface~atan->proc~eml_atan_real64 interface~atanh atanh interface~atanh->proc~eml_atanh_real64 interface~avg avg interface~avg->proc~eml_avg_real64 interface~eml_acos eml_acos interface~eml_acos->proc~eml_acos_real64 interface~eml_acosh eml_acosh interface~eml_acosh->proc~eml_acosh_real64 interface~eml_asinh eml_asinh interface~eml_asinh->proc~eml_asinh_real64 interface~eml_atan eml_atan interface~eml_atan->proc~eml_atan_real64 interface~eml_atanh eml_atanh interface~eml_atanh->proc~eml_atanh_real64 interface~eml_avg eml_avg interface~eml_avg->proc~eml_avg_real64 interface~eml_hypot eml_hypot interface~eml_hypot->proc~eml_hypot_real64 interface~eml_mul eml_mul interface~eml_mul->proc~eml_mul_real64 interface~hypot hypot interface~hypot->proc~eml_hypot_real64 interface~operator(ASTERISK) operator(*) interface~operator(ASTERISK)->proc~eml_mul_real64

Module Procedures

private elemental function eml_add_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)