f_plus_box Function

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

Box-plus sum

Arguments

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

Return Value real(kind=wp)