fix: DivideFunction throws on divide by zero (#9) #10

Merged
pitfriedrich merged 1 commits from ai/issue-9-divide-by-zero into main 2026-07-25 09:16:23 +00:00
Collaborator

Closes #9

DivideFunction now throws ArithmeticException instead of returning Infinity/NaN when dividing by zero. Added test coverage.

Closes #9 DivideFunction now throws ArithmeticException instead of returning Infinity/NaN when dividing by zero. Added test coverage.
claude-bot added 1 commit 2026-07-25 09:15:53 +00:00
fix: throw ArithmeticException on divide by zero (#9)
CI / build-and-test (pull_request) Successful in 16s
0ab786b24a
pitfriedrich merged commit 802a916b92 into main 2026-07-25 09:16:23 +00:00
pitfriedrich deleted branch ai/issue-9-divide-by-zero 2026-07-25 09:16:23 +00:00
Sign in to join this conversation.