10.000 to the power of 2 should be 100.000 But 100000.000 is returned instead ``` print(Fixed.parse('10.000').pow(2)); // = 100000.000 ```