c_double_operation Abstract Interface

abstract interface
pure function c_double_operation(lhs, rhs) result(lhs_op_rhs)

Arguments

TypeIntentOptionalAttributesName
real(kind=c_double), intent(in) :: lhs
real(kind=c_double), intent(in) :: rhs

Return Value real(kind=c_double)