Slide 20
Slide 20 text
Proof-of-Concept
•The Maths
• Putting all possible numbers
• 0xFFFFFFFF, 0x80000000, etc.
• Negative and Positive numbers
• In Math, calculating “X” and “Y” axis should return any result, even
remainder.
• Regardless of negative or positive numbers
• e.g.: 100, -1, 212, -12, 12.1
• Example equation: a = a / b * a % b
•3 lines of C should be more than enough ☺