The Right-Endpoint method is a method of [[Quadrature]] that is identical to the [[Left-Endpoint Method]], except each rectangle's area is calculated by the right end of the rectangle.
$\huge \begin{align}
A = h\pa{ f(a+h) +f(a+2h)+\cdots + f(b-h)+f(b) }
\end{align}$