NB: I replaced "algorithms" in the title with "numerical methods", since my original wording seemed to be causing confusion. I made a similar change in various places throughout the post.
I'm looking for a compendium of numerical methods for pencil-and-paper calculations. Such methods not only describe the operations to be performed, but also how one lays out the calculation on the page. IOW, such a method includes details about arranging the figures appearing in the computation into columns, or rows, or tables, etc., on the page (or on the blackboard).
Here, I am interested only in the most efficient methods for the given tasks (as opposed to less useful methods that are only of historical interest; e.g. I have no interest in methods for multiplying Roman numerals, however clever they may be).
I am primarily interested in methods used in arithmetic (e.g. the extended Euclidean algorithm) and algebra (e.g. Ruffini's method for dividing polynomials).
Once more, I stress that I am looking for methods that include explicit instructions for how to lay the computations out on the page. IOW, the layout is part of the method.