@@ -1207,7 +1207,7 @@ |
||
1207 | 1207 | * @param int $actual_index |
1208 | 1208 | * @param int $exp_scale Number of $exponent's significative digits |
1209 | 1209 | * @param int $inner_scale ceil($exp_scale*log(10)/log(2))+1; |
1210 | - * @return array |
|
1210 | + * @return string |
|
1211 | 1211 | */ |
1212 | 1212 | private static function computeSquareIndex( |
1213 | 1213 | string $exponent_remaining, |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace Litipk\BigNumbers; |
4 | 4 | |
5 | 5 | use Litipk\BigNumbers\DecimalConstants as DecimalConstants; |
6 | - |
|
7 | 6 | use Litipk\BigNumbers\Errors\NotImplementedError; |
8 | -use Litipk\Exceptions\InvalidArgumentTypeException as InvalidArgumentTypeException; |
|
9 | 7 | |
10 | 8 | /** |
11 | 9 | * Immutable object that represents a rational number |