LearningProcessing
LearningProcessing copied to clipboard
Figure 7-6 wrong math
the pythagorean theorem is wrong should be:
a^2 + b^2 = c^2
c = sqrt(a^2 + b^2)
oy.