Changes

Jump to navigation Jump to search
no edit summary
Line 17: Line 17:  
*'places' argument is used to return the output with leading zeros. If 'places' argument is not used, 'Calci' uses the minimum number of characters required to display the binary output.  
 
*'places' argument is used to return the output with leading zeros. If 'places' argument is not used, 'Calci' uses the minimum number of characters required to display the binary output.  
   −
<!--
+
*If 'places' is negative, Calci ignores the places and displays a 10 bit binary output. Most significant bit is the sign bit and remaining are magnitude bits.
*DEC2BIN returns #NUM! error, whenever the 'places' is nonnumeric, zero or negative.
+
 
-->
+
*If 'places' is not an integer, Calci truncates the value and uses the integer part as input.
*If 'places' contains decimal value, Calci truncates the decimal point and uses the integer value as input.
      
For example,
 
For example,
writer
2,661

edits

Navigation menu