mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-13 14:19:53 -08:00
Fix strangely incomplete comment.
This commit is contained in:
parent
ba3a733928
commit
cc1d67a078
|
@ -49,8 +49,8 @@ public interface NumberInterface {
|
|||
|
||||
/**
|
||||
* Raises this number to an integer power.
|
||||
* @param exponent
|
||||
* @return
|
||||
* @param exponent the exponent to which to take the number.
|
||||
* @return the resulting value.
|
||||
*/
|
||||
NumberInterface intPow(int exponent);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user