SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-119189: Fix the power operator for Fraction (GH-119242)

When using the ** operator or pow() with Fraction as the base
and an exponent that is not rational, a float, or a complex, the
fraction is no longer converted to a float.
J
Joshua Herman committed
b9965ef282d6662145d2e05b080c811132ce6fde
Parent: dae0375
Committed by GitHub <noreply@github.com> on 5/31/2024, 10:05:09 AM