Changes

2 bytes removed ,  02:07, 18 November 2013
no edit summary
Line 5: Line 5:  
*Where 'number' is the binary number to be converted to decimal number.
 
*Where 'number' is the binary number to be converted to decimal number.
   −
*BIN2DEC() converts a binary number to a decimal number.
+
BIN2DEC() converts a binary number to a decimal number.
    
== Description ==
 
== Description ==
Line 17: Line 17:  
*This function is used to convert a binary number to a decimal number.
 
*This function is used to convert a binary number to a decimal number.
   −
*Binaray number is represented using digits 1 or 0 only. The number can also be entered in text format (e.g "101").
+
*Binary number is represented using digits 1 or 0 only. The number can also be entered in text format (e.g "101").
    
*The conversion can be obtained for a binary number upto 17 bits for positive numbers and 10 bits for negative numbers.
 
*The conversion can be obtained for a binary number upto 17 bits for positive numbers and 10 bits for negative numbers.
writer
2,661

edits