Changes

Jump to navigation Jump to search
118 bytes removed ,  20:43, 20 April 2015
no edit summary
Line 24: Line 24:  
*A number preceding with '0' (e.g 013) should be written in text format ("013") to avoid confusion with octal numbers.
 
*A number preceding with '0' (e.g 013) should be written in text format ("013") to avoid confusion with octal numbers.
   −
*Calci returns an #ERROR message if <math>number</math> contains more than 10 characters (10 bits).
+
*Calci returns an #ERROR message if <math>number</math> is greater than 'FFFFFFF'.
<font color = red> Need to verify the 'limit for no. of input digits' after next release </font>
      
*If <math>number</math> is negative, Calci ignores the places and displays 10 digit octal output.
 
*If <math>number</math> is negative, Calci ignores the places and displays 10 digit octal output.
Line 59: Line 58:     
|- class="even"
 
|- class="even"
| class="ssh1_f" | HEX2OCT("FFFFFFFEEE")
+
| class="ssh1_f" | HEX2OCT("FFFFFFF")
| class="sshl_f" | 7777777356
+
| class="sshl_f" | 1777777777
    
|}
 
|}
writer
2,661

edits

Navigation menu