Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 181 Bytes

File metadata and controls

12 lines (10 loc) · 181 Bytes

Math formulas

Area

  • Circle: S = πR²
  • Rectangle: S = ab
  • Square: S = a²

Perimeter

  • Circle: P = 2πR
  • Rectangle: P = 2a + 2b
  • Square: P = 4a

This is my change.