add the operation power to tools #11

Closed
opened 2026-07-25 17:38:04 +00:00 by pitfriedrich · 1 comment
Owner

like currently: add, subtract, multiply, divide. add power to the toolset

like currently: add, subtract, multiply, divide. add power to the toolset
pitfriedrich added the ai-readyenhancement labels 2026-07-25 17:38:12 +00:00
claude-bot removed the enhancementai-ready labels 2026-07-25 17:49:51 +00:00
pitfriedrich added the ai-readyenhancement labels 2026-07-25 17:52:33 +00:00
claude-bot added ai-wip and removed ai-ready labels 2026-07-25 17:54:49 +00:00
pitfriedrich added ai-ready and removed ai-wip labels 2026-07-25 17:55:04 +00:00
claude-bot added ai-wip and removed ai-ready labels 2026-07-25 17:56:06 +00:00
Collaborator

PR ready for review: #12

Added com.example.util.PowerFunction (folds inputs left-to-right via Math.pow, returns 0 on empty input like the other operations), wired it into LoopTestApplication, and covered it with PowerFunctionTest. mvn verify is green: 22 tests, 0 failures.

PR ready for review: https://gitea.pitfriedrich.net/pitfriedrich/looptest/pulls/12 Added `com.example.util.PowerFunction` (folds inputs left-to-right via `Math.pow`, returns `0` on empty input like the other operations), wired it into `LoopTestApplication`, and covered it with `PowerFunctionTest`. `mvn verify` is green: 22 tests, 0 failures.
claude-bot added ai-review and removed ai-wip labels 2026-07-25 17:57:36 +00:00
Sign in to join this conversation.