Sets this decimal to digits 10^power. When power >= 0, the value is digits 10^power with scale 0. When power < 0, the value is digits with scale -power. @param digits the significant digits @param power the base-10 exponent
(long digits, int power)
| 118 | * @param power the base-10 exponent |
| 119 | */ |
| 120 | void ofDigitsAndPower(long digits, int power); |
| 121 | |
| 122 | /** |
| 123 | * Sets this decimal to the null value. |
no outgoing calls
no test coverage detected