Skip to content

[Feature Request] shifting with << and >> #250

@damtharvey

Description

@damtharvey

I would like to use << and >> to shift bits of fixed point numbers.

For example, suppose x is a fixed point, then I want

x >> 1

to be something like

reinterpret(typeof(x), reinterpret(Int, x) >> 1)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions