manual:chapter3:reals

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
manual:chapter3:reals [2019/06/24 13:16]
claudio [Numbers in other bases]
manual:chapter3:reals [2019/06/24 13:18]
claudio [Bit operations]
Line 43: Line 43:
 |BSUB|Subtract| ''#11001b #100000b BSUB'' yields ''-#111b'' | |BSUB|Subtract| ''#11001b #100000b BSUB'' yields ''-#111b'' |
 |BMUL|Multiply| ''#11001b #100000b BMUL'' yields ''#1100100000b'' | |BMUL|Multiply| ''#11001b #100000b BMUL'' yields ''#1100100000b'' |
-|BDIV|Divide| ''#11001b #100000b BDIV'' yields ''0.781'' |+|BDIV|Divide| ''#11001b #100000b BDIV'' yields ''#0b'' |
 |BAND|Logical AND| ''#1101010b #1100010b BAND'' yields ''#1100010b'' | |BAND|Logical AND| ''#1101010b #1100010b BAND'' yields ''#1100010b'' |
 |BOR|Logical OR| ''#1101010b #1100010b BOR'' yields ''#1101010b'' | |BOR|Logical OR| ''#1101010b #1100010b BOR'' yields ''#1101010b'' |
  • manual/chapter3/reals.txt
  • Last modified: 2019/11/06 15:21
  • by jojo1973