Changeset cd4218e
- Timestamp:
- Aug 1, 2016 1:40:11 PM (5 years ago)
- Branches:
- master
- Children:
- 5763d73
- Parents:
- f592f22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
core/java/src/net/i2p/util/NativeBigInteger.java
rf592f22 rcd4218e 641 641 642 642 /** 643 * @throws ArithmeticException if m <= 0 643 * @param m must be postive 644 * @param exponent must be postive 645 * @throws ArithmeticException if m <= 0 or exponent <=0 644 646 */ 645 647 @Override … … 655 657 656 658 /** 657 * @throws ArithmeticException if m <= 0 659 * @param exponent must be postive 660 * @param m must be postive and odd 661 * @throws ArithmeticException if m <= 0 or m is even or exponent <=0 658 662 * @since 0.9.26 and libjbigi version 3 and GMP version 5 659 663 */
Note: See TracChangeset
for help on using the changeset viewer.