Pit Friedrich
55e5cbeb0f
feat: add CalcFunctionFactory for calculator operations ( #13 )
...
CI / build-and-test (pull_request) Successful in 16s
Callers pick an operation via the CalcOperation enum instead of
instantiating implementation classes directly.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
2026-07-25 20:09:19 +02:00
Pit Friedrich
9244d49d75
fix: add PowerFunction calculator operation ( #11 )
...
CI / build-and-test (pull_request) Successful in 17s
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
2026-07-25 19:57:21 +02:00
Pit Friedrich
ab9f73ba22
removed unused classifiers
2026-07-25 11:12:52 +02:00
Pit Friedrich
2e6be68aaa
fix: add DivideFunction ( #7 )
CI / build-and-test (pull_request) Successful in 15s
2026-07-25 11:09:01 +02:00
Pit Friedrich
9cfbcaeeee
fix: add MultiplyFunction ( #5 )
...
CI / build-and-test (pull_request) Successful in 15s
Adds MultiplyFunction implementing CalcFunction, following the
Add/Subtract pattern, wired into LoopTestApplication.
2026-07-25 11:04:03 +02:00
claude-bot
b1d910927e
fix: correct file content encoding ( #3 )
CI / build-and-test (pull_request) Successful in 15s
2026-07-25 08:54:10 +00:00
claude-bot
a63e577071
fix: add SubtractFunction ( #3 )
2026-07-25 08:53:17 +00:00
Pit Friedrich
f5ce2563eb
Initial commit
2026-07-25 09:41:09 +02:00