Calculates the area of a square.
The side length
// Returns 9const area = Chalkboard.geom.squareA(3); Copy
// Returns 9const area = Chalkboard.geom.squareA(3);
Calculates the area of a square.