Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Math formulas

## Area
- Circle: S = πR²
- Rectangle: S = ab
- Square: S = a²

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

## Perimeter
- Circle: P = 2πR
- Rectangle: P = 2a + 2b
- Square: P = 4a

* Circle: P = 2πR
* Rectangle: P = 2a + 2b
* Square: P = 4a
# My contribution

This file was modified by \[Oo0ff] as part of the Git course.