fix: DivideFunction throws on divide by zero (#9) #10
Reference in New Issue
Block a user
Delete Branch "ai/issue-9-divide-by-zero"
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?
Closes #9
DivideFunction now throws ArithmeticException instead of returning Infinity/NaN when dividing by zero. Added test coverage.