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