Changes

Jump to navigation Jump to search
44 bytes removed ,  21:07, 18 April 2015
no edit summary
Line 14: Line 14:  
*The most significant bit represents the 'sign' of the number (0=positive, 1=negative). Negative numbers are represented using 2's complement notation.
 
*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.
+
*A number preceding with '0' (e.g 0111111111) should be written in text format ("0111111111") 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 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 the octal output.
    
*If 'places' is not an integer, it is truncated.
 
*If 'places' is not an integer, it is truncated.
Line 57: Line 56:     
|- class="even"
 
|- class="even"
| class="ssh1_f" | BIN2OCT(1111111111)  
+
| class="ssh1_f" | BIN2OCT(111111111)  
| class="sshl_f" | 7777777777
+
| class="sshl_f" | 777
    
|}
 
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|FDuofN1MX0Y|280|center|BIN2OCT}}
    
== See Also ==
 
== See Also ==
writer
2,661

edits

Navigation menu