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