Go to the first, previous, next, last section, table of contents.


Sharpsign B

#Brational reads rational in binary (radix 2). For example,

 #B1101 == 13 ;1101{{}_2}
 #b101/11 == 5/3

The consequences are undefined if the token immediately following the #B does not have the syntax of a binary (i.e., radix 2) rational.


Go to the first, previous, next, last section, table of contents.