Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
heron my hero solution in Clear category for [old] Simple Areas by vincent.tscherter
var simpleAreas = (a, b, c, s) =>
c ? [s = (a+b+c)/2, Math.sqrt(s*(s-a)*(s-b)*(s-c))][1]
: b ? a*b : a*a*Math.PI/4;
July 4, 2018
Comments: