Amol Sriprasadh

Results 5 issues of Amol Sriprasadh

The application does not handle the case where the user could press multiple operators consecutively, to basically "string" them together succesively. For example, the user could press the **'+'** button...

Seems that a tetromino piece overlapped on another tetromino after rotation into it (image attached below). Basically, when the tetromino was rotated, part of it overlapped another tetromino nearby and...

Noticed that, on this application, taking the square root of -1 resulted in **NaN**, as JavaScript would naturally evaluate it to. Although most simple calculator applications do this, perhaps it...

There were often some errors in the precision of even simple floating-point results. For example, the application evaluated (0.2)^2 as **0.04000...01**, when the application could instead simply keep it as...

It is a bit unclear which hand is the minute hand and which one is the hour, because they are exactly identical. And, as both don't move very much over...