|
|
|
|
|
by ChrisRR
321 days ago
|
|
Nah it's just whatever is most appropriate for your implementation. Overflow and wrap around is possible whether you use signed or unsigned. As I say to some more junior devs, check whether the maths is correct and then do it, don't do it and then check if it was wrong |
|