Hello good people, I wanted to talk today about auxiliary functions. I have a brief understanding of what it is, however, I am still rather confused on what it actually does.
Lets say for example I have a function that calculates leapyear as TRUE or FALSE, how would I use it as an auxiliary function? How would it be incorporated into another functions, lets say one that determines whether or not a date is real or not.
Many thanks for any claifications in advance.