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
This is not currently supported, mostly because fend does not have a notion of fixed-width binary numbers. This is also why bitwise negation is not implemented. It’d definitely be nice for this to eventually be supported though.
Consider the binary value 1011 0100. Its decimal conversion would be:
Is there a way to instruct
fend
about this?The text was updated successfully, but these errors were encountered: