Equilateral triangle formulas
An equilateral triangle has three equal sides and three 60-degree angles. The height splits it into two 30-60-90 right triangles, giving h = s * sqrt(3) / 2.
Area = (sqrt(3) / 4) * s^2. Perimeter = 3s. The inradius (inscribed circle) is s * sqrt(3) / 6 and the circumradius (circumscribed circle) is s * sqrt(3) / 3. The circumradius is always exactly twice the inradius.
A = (sqrt(3) / 4) * s^2
Area from side length s.
h = s * sqrt(3) / 2
Height (altitude) from side length.