Skip to content
GitLab
Explore
Sign in
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.