Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
When real world sizes are vectors >= 0 solution in Creative category for Simple Areas by Tinus_Trotyl
simple_areas = lambda a, b=-1, c=-1 :[
(((a+b+c) * (-a+b+c) * (a-b+c) * (a+b-c)) ** .5) / 4, a * b, .7853981634 * a * a] [[a, b, c].count(-1)]
July 20, 2019
Comments: