From f518da721f13065b3e2438e631e8863e4a599916 Mon Sep 17 00:00:00 2001 From: Cringelord Date: Mon, 13 Jul 2026 13:31:56 +0500 Subject: [PATCH] 1 --- docs/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 63f8727939..a53b84305f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,8 +3,10 @@ - Circle: S = πR² - Rectangle: S = ab - Square: S = a² +- Triangle: S = 0.5 * ah ## Perimeter - Circle: P = 2πR - Rectangle: P = 2a + 2b -- Square: P = 4a \ No newline at end of file +- Square: P = 4a +- Triangle: P = a + b + c