mirror of
https://github.com/DanilaFe/abacus
synced 2025-06-16 00:54:42 -07:00
Fix strangely incomplete comment.
This commit is contained in:
parent
cf95ed7dc0
commit
b0a7c90aa1
@ -49,8 +49,8 @@ public interface NumberInterface {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Raises this number to an integer power.
|
* Raises this number to an integer power.
|
||||||
* @param exponent
|
* @param exponent the exponent to which to take the number.
|
||||||
* @return
|
* @return the resulting value.
|
||||||
*/
|
*/
|
||||||
NumberInterface intPow(int exponent);
|
NumberInterface intPow(int exponent);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user