@@ -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, |