Area of a Scalene Triangle
s = (a + b + c) / 2
area = sqrt(s * (s - a) * (s - b) * (s - c))
A scalene triangle is a triangle where all sides are unequal.
For help with using this calculator, see the shape area help page.