Changes

Jump to navigation Jump to search
no edit summary
Line 17: Line 17:     
HEX2OCT("09") ''returns 0000000011''
 
HEX2OCT("09") ''returns 0000000011''
      
*'number' must be a hexadecimal number. Hexadecimal number uses digits 0 to 9 and characters A to F. The number can also be entered in text format (e.g "1F").
 
*'number' must be a hexadecimal number. Hexadecimal number uses digits 0 to 9 and characters A to F. The number can also be entered in text format (e.g "1F").
Line 36: Line 35:  
*If 'places' is negative, Calci ignores the places and uses the minimum number of digits required to display the octal output.
 
*If 'places' is negative, Calci ignores the places and uses the minimum number of digits required to display the octal output.
   −
*If 'places' is omitted, Calci displays the octal output by adding the leading zeros (if required) to make a 10 digit output.
+
*If 'places' is omitted, Calci displays the 10 digit octal output by adding the leading zeros (if required).
 +
 
 +
*If 'places' is less than the digits required by the output, Calci ignores the places and uses the minimum number of digits required to display the octal output.
    
== Examples ==
 
== Examples ==
writer
2,661

edits

Navigation menu