Changes

Jump to navigation Jump to search
no edit summary
Line 2: Line 2:     
*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.
    
== Description ==
 
== Description ==
Line 11: Line 13:  
             BIN2DEC(11110) ''returns 30'' as a result.  
 
             BIN2DEC(11110) ''returns 30'' as a result.  
   −
*BIN2DEC() converts a binary number to 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").
 
*Binaray number is represented using digits 1 or 0 only. The number can also be entered in text format (e.g "101").
writer
2,661

edits

Navigation menu