Skip to content

The code cannot work with negative int values in the mul function

See title, using this function you get: mul(3, -1) = 0, mult(-1, -1) = 0 etc.