Calculates the area of a triangle with its side lengths
The first side length
The second side length
The third side length
// Returns 31.30495168499705const area = Chalkboard.geom.trianglesidesA(9, 7, 12); Copy
// Returns 31.30495168499705const area = Chalkboard.geom.trianglesidesA(9, 7, 12);
Calculates the area of a triangle with its side lengths