-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
3.14bugs and security fixesbugs and security fixestype-featureA feature request or enhancementA feature request or enhancement
Description
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()
and complex.from_number()
(see #84978) and Fraction.from_number()
(see #121797).
Linked PRs
Metadata
Metadata
Assignees
Labels
3.14bugs and security fixesbugs and security fixestype-featureA feature request or enhancementA feature request or enhancement