Calculates the perimeter of a triangle.
// Returns 22const perimeter = Chalkboard.geom.triangleP(10, 7, 5); Copy
// Returns 22const perimeter = Chalkboard.geom.triangleP(10, 7, 5);
The first side length
The second side length
The third side length
Calculates the perimeter of a triangle.
Example