Chalkboard - v3.0.1
    Preparing search index...

    Function trianglesidesA

    • Calculates the area of a triangle with its side lengths

      Parameters

      • a: number

        The first side length

      • b: number

        The second side length

      • c: number

        The third side length

      Returns number

      // Returns 31.30495168499705
      const area = Chalkboard.geom.trianglesidesA(9, 7, 12);