f_plus_box Module Function

public pure module 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)