Calculates the perimeter of a square.
// Returns 12const perimeter = Chalkboard.geom.squareP(3); Copy
// Returns 12const perimeter = Chalkboard.geom.squareP(3);
The side length
Calculates the perimeter of a square.
Example