Changes

Jump to navigation Jump to search
no edit summary
Line 11: Line 11:  
DEC2BIN(number, padding)
 
DEC2BIN(number, padding)
   −
*The 'number' should be in the range -512 to 511.
+
*The 'number' should be in the range -512 to 511. If it exceeds the limit, Calci gives a #NUM! error.
   −
*DEC2BIN returns the NAN(error) value, when the 'number' is negative or nonnumeric.
+
*DEC2BIN returns an #ERROR, when the 'number' is nonnumeric.
    
*'padding' argument is used to return the output with leading zeros. If 'padding' argument is not used, 'Calci' uses the minimum number of characters required to display the binary output.  
 
*'padding' argument is used to return the output with leading zeros. If 'padding' argument is not used, 'Calci' uses the minimum number of characters required to display the binary output.  
   −
*DEC2BIN returns the NAN(error) value, whenever the 'padding' is nonnumeric, zero or negative.
+
<!--
 
+
*DEC2BIN returns #NUM! error, whenever the 'padding' is nonnumeric, zero or negative.
 +
-->
 
*If 'padding' contains decimal value, Calci truncates the decimal point and uses the integer value as input.
 
*If 'padding' contains decimal value, Calci truncates the decimal point and uses the integer value as input.
  
writer
2,661

edits

Navigation menu