fix: add MultiplyFunction (#5) #6
Reference in New Issue
Block a user
Delete Branch "ai/issue-5-multiply-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
MultiplyFunctionimplementingCalcFunction, following the existing Add/Subtract pattern. Wired intoLoopTestApplicationand covered by unit tests.Closes #5