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.
 +
    
== Description ==
 
== Description ==
Line 18: Line 19:  
  (1*2^2)+(0*2^1)+(1*2^0)=4+0+1= ''5''
 
  (1*2^2)+(0*2^1)+(1*2^0)=4+0+1= ''5''
    +
*If the number is not a valid number, 'Calci' returns an #ERROR message.
    
----
 
----
writer
2,661

edits

Navigation menu