Skip to content

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

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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