Floating point overflow and underflow

Michael Torrie torriem at gmail.com
Tue Jan 7 22:53:04 EST 2020


On 1/7/20 8:46 PM, Shashank Tiwari wrote:
> Yes, I tried this and it worked. I was wondering if I could use the output
> of pow (or math.pow).

Sure:

pow(Decimal('2.2'), Decimal('0.45'))



More information about the Python-list mailing list