Function triLLLrAAA

  • Calculate the angles a12, a23, a31 of a triangle from the lengths l1, l2 and l3

    Parameters

    • l1: number

      the first length of the triangle

    • l2: number

      the second length of the triangle

    • l3: number

      the third length of the triangle

    • checkLevel: ECheck = ECheck.eError

      the level of check

    Returns [number, number, number, string]

    the three angles a12, a23, a31 of the triangle + string-for-log