pThereom
background(0); textAlign(CENTER); textSize(100); text(pTheorem(3,4),width/2,height/2);
finds the length of the hypotenuse of a right triangle when the lengths of the two other legs are given
pTheorem(a,b)
##Parameters: a=length of a leg of the triangle b=length of a leg of the triangle
##Returns: float
##Other notes: N/A