Accumulators and Auxiliaries
lNote that when an accumulator is used, it is often in an auxiliary function, rather than the main interface function for the user.

lIt is bad style to burden the user with the need to know added arguments, such as initial accumulations.