Changes

Jump to navigation Jump to search
315 bytes added ,  17:28, 16 November 2013
no edit summary
Line 11: Line 11:     
*'number' must be a binary number. Binary number is represented using digits 1 or 0 only. The number can also be entered in text format (e.g "101").
 
*'number' must be a binary number. Binary number is represented using digits 1 or 0 only. The number can also be entered in text format (e.g "101").
 +
 +
*The most significant bit represents the 'sign' of the number (0=positive, 1=negative). Negative numbers are represented using 2's complement notation.
 +
 +
*A number preceding with '0' (e.g 01111111111) should be written in text format ("01111111111") to avoid confusion with octal numbers.
    
*Calci returns an #ERROR message if 'number' contains more than 10 characters (10 bits).  
 
*Calci returns an #ERROR message if 'number' contains more than 10 characters (10 bits).  
<font color = red> Need to verify the limit after next release </font>
+
<font color = red> Need to verify the 'limit for no. of input digits' after next release </font>
    
*If 'number' is negative, Calci ignores the places, if any and displays 10 digit octal output.
 
*If 'number' is negative, Calci ignores the places, if any and displays 10 digit octal output.
writer
2,661

edits

Navigation menu