You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
I think we should support this kind of representation instead of/in addition to the current representation. I remember this is how MaxJ represented numbers. Right now, there is no way to represent something like an 4 bit number with the decimal placed somewhere outside of these 4 bits. For example, someone may want to do something like:
binary - . - - - - 1 0 0 0 = dec 0.03125
It would be nice to represent this as FixPtOfs[TRUE, 4, -8]
I can make this change but it seems like it may become kind of involved so it would be nice to know what people think of this before I spend the time messing with this.
The text was updated successfully, but these errors were encountered:
I think we should support this kind of representation instead of/in addition to the current representation. I remember this is how MaxJ represented numbers. Right now, there is no way to represent something like an 4 bit number with the decimal placed somewhere outside of these 4 bits. For example, someone may want to do something like:
It would be nice to represent this as
FixPtOfs[TRUE, 4, -8]
I can make this change but it seems like it may become kind of involved so it would be nice to know what people think of this before I spend the time messing with this.
The text was updated successfully, but these errors were encountered: