Changes

no edit summary
Line 23: Line 23:  
*If 'places' is not an integer, it is truncated.
 
*If 'places' is not an integer, it is truncated.
   −
*Calci returns an #ERROR message if 'places' are nonnumeric
+
*If 'places' are nonnumeric, Calci returns an #ERROR message.
    
*If 'places' is negative, Calci ignores the places and displays the octal output.
 
*If 'places' is negative, Calci ignores the places and displays the octal output.
 +
 +
For Example,
    
BIN2OCT(1100100) ''returns 144''
 
BIN2OCT(1100100) ''returns 144''
 +
 +
BIN2OCT(100100100,4) ''returns 0444''
 +
 +
BIN2OCT("00111",1.3) ''returns 07''
    
== Examples ==
 
== Examples ==
writer
2,661

edits