fix: add DivideFunction (#7) #8
Reference in New Issue
Block a user
Delete Branch "ai/issue-7-divide-function"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
DivideFunction, aCalcFunctionimplementation dividing its inputs left-to-right, following the same pattern asAddFunction/SubtractFunction/MultiplyFunction. Wired intoLoopTestApplication. Tests added.Closes #7