You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is an alternate constructor which only accepts a single numeric argument. Unlike to Decimal.from_float() it accepts also Decimal. Unlike to the standard constructor, it does not accept strings and tuples.
Similar to float.from_number() and complex.from_number() (see #84978) and Fraction.from_number() (see #121797).
It is an alternate constructor which only accepts a single numeric argument.
Unlike to Decimal.from_float() it accepts also Decimal.
Unlike to the standard constructor, it does not accept strings and tuples.
It is an alternate constructor which only accepts a single numeric argument.
Unlike to Decimal.from_float() it accepts also Decimal.
Unlike to the standard constructor, it does not accept strings and tuples.
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
It is an alternate constructor which only accepts a single numeric argument. Unlike to
Decimal.from_float()
it accepts also Decimal. Unlike to the standard constructor, it does not accept strings and tuples.Similar to
float.from_number()
andcomplex.from_number()
(see #84978) andFraction.from_number()
(see #121797).Linked PRs
The text was updated successfully, but these errors were encountered: