# The Circumradius (radius of the circumcircle) of the triangle # whose vertices are point A, point B, Circumcenter:=proc(A,B,C): Radius(Ce(A,B,C)): end:
Circumcenter:=proc(A,B,C): Radius(Ce(A,B,C)): end:
Radius(Ce(A,B,C)): end:
end: