提交 6ebb1593 编写于 作者: G github-actions

Formatted with Google Java Formatter

上级 1b828269
......@@ -23,6 +23,7 @@ public class BinaryPow {
/**
* Function for testing binary exponentiation
*
* @param a the base
* @param p the exponent
*/
......@@ -32,7 +33,8 @@ public class BinaryPow {
System.out.println(a + "^" + p + ": " + res);
}
/** Main Function to call tests
/**
* Main Function to call tests
*
* @param args System Line Arguments
*/
......@@ -41,6 +43,6 @@ public class BinaryPow {
test(2, 15);
// prints 3^9: 19683
test(3,9);
test(3, 9);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册