Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
=DEC2BIN(number, padding)=
 
=DEC2BIN(number, padding)=
   −
*Where 'number' is the decimal integer to be converted and 'padding' is the number of characters to display the output.
+
*Where 'number' is the decimal integer to be converted and
 +
 
 +
*'padding' is the number of characters to display the output.
      Line 11: Line 13:  
DEC2BIN(number, padding)
 
DEC2BIN(number, padding)
   −
*DEC2BIN returns the NAN(error) value, when number is negative or nonnumeric.
+
*DEC2BIN returns the NAN(error) value, when the 'number' is negative or nonnumeric.
 +
 
 +
*The 'number' should be in the range -512 to 511.
   −
*DEC2BIN returns the NAN(error) value, whenever the padding is nonnumeric, zero or negative.
+
*DEC2BIN returns the NAN(error) value, whenever the 'padding' is nonnumeric, zero or negative.
    
Lets see an example,
 
Lets see an example,
writer
2,661

edits

Navigation menu