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