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