From 63c8cf745a6a51e1b2f4c1766715ee5a66ea5033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D1=82=D0=B0=D0=BC=20=D0=91=D1=83=D0=BB?= =?UTF-8?q?=D0=B0=D1=82=D0=BE=D0=B2?= Date: Tue, 23 Jun 2026 19:55:14 +0400 Subject: [PATCH] Add formula volume in README.md --- docs/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 63f8727939..426979f86b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,4 +7,10 @@ ## Perimeter - Circle: P = 2πR - Rectangle: P = 2a + 2b -- Square: P = 4a \ No newline at end of file +- Square: P = 4a + +## Volume +- Sphere: V = (4/3)πR³ +- Rectangular Parallelepiped: V = a * b * c +- Cube: V = a³ +