Changes between Version 3 and Version 4 of Ticket #4811


Ignore:
Timestamp:
01/20/2015 10:23:29 (9 years ago)
Author:
gauravm043
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4811 – Description

    v3 v4  
    11Function b10bin() in Calculator is supposed to return decimal value of a binary number given as input but it is returning
    22
    3 b10bin(1111) = 23 Correct
     3b10bin(1111) = 15 Correct
    44b10bin(1000) = 1 Incorrect
    55b10bin(1010) = 5 Incorrect