From e5f92d7b1ec26d7d1a8cb53c4c8bdd42411fcda8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Gonz=C3=A1lez?= Date: Mon, 9 Mar 2026 11:05:29 +0100 Subject: [PATCH] cosine rule image --- assets/formulas/formulas.d4rt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/formulas/formulas.d4rt b/assets/formulas/formulas.d4rt index fe60480..d5aa149 100644 --- a/assets/formulas/formulas.d4rt +++ b/assets/formulas/formulas.d4rt @@ -157,7 +157,10 @@ Where: - $a$, $b$, $c$: Sides of the triangle - $C$: Angle opposite to side $c$ -This rule relates all three sides of a triangle to one of its angles.""", +This rule relates all three sides of a triangle to one of its angles. + +![Pic](https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/Triangle_with_notations_2.svg/330px-Triangle_with_notations_2.svg.png) +""", "input": [ {"name": "a", "unit": "meter"}, {"name": "b", "unit": "meter"},