add the operation power to tools #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
like currently: add, subtract, multiply, divide. add power to the toolset
PR ready for review: #12
Added
com.example.util.PowerFunction(folds inputs left-to-right viaMath.pow, returns0on empty input like the other operations), wired it intoLoopTestApplication, and covered it withPowerFunctionTest.mvn verifyis green: 22 tests, 0 failures.