f_plus_add Function

public pure function f_plus_add(x, y) result(z)

Real sum

Arguments

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

Return Value real(kind=wp)