Skip to content

Add class method Decimal.from_number() #121798

@serhiy-storchaka

Description

@serhiy-storchaka

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

No one assigned

    Labels

    3.14bugs and security fixestype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions