puissance2.cas 104 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 (A,C)-> { local O,r,d; O:=centre(C); r:=rayon(C); d:=longueur2(A,O); return(d-r^2); }