Skip to content

Decimal shift operation? #243

@gwhitney

Description

@gwhitney

I'm not seeing a d.shift(7) sort of method to multiply d by 10^7 -- did I just miss it? If it's not there, would it be good to add one? In the meantime, is it "safe" to just to d.e += 7 or is there other internal state I might be messing up by doing so? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions