Retrieve the BigInteger value.
()
| 56 | * Retrieve the BigInteger value. |
| 57 | **/ |
| 58 | public BigInteger getBigInteger() |
| 59 | { |
| 60 | return new BigInteger(this.toString()); |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Returns a string representation of the numeral. |
no test coverage detected