LeftVector[x, y, ...] displays as x \[LeftVector] y \[LeftVector] ....
LegendAppearance is an option for charting functions that specifies the appearance of any legends that are generated.
Legended[expr, lbl] indicates that a legend entry for expr should be created, with label lbl.
LegendreP[n, x] gives the Legendre polynomial P_n (x). LegendreP[n, m, x] gives the associated Legendre polynomial P_n^m(x).
LegendreQ[n, z] gives the Legendre function of the second kind Q_n (z). LegendreQ[n, m, z] gives the associated Legendre function of the second kind Q_n^m(z).
Length
(Built-in Mathematica Symbol) Length[expr] gives the number of elements in expr.
LengthWhile[list, crit] gives the number of continuous elements e_i starting at the beginning of list for which crit[e_i] is True.
LerchPhi[z, s, a] gives the Lerch transcendent \[CapitalPhi] (z, s, a).
LessEqualGreater[x, y, ...] displays as x \[LessEqualGreater] y \[LessEqualGreater] ....
x <= y or x <= y yields True if x is determined to be less than or equal to y. x_1 <= x_2 <= x_3 yields True if the x TraditionalForm\`i form a nondecreasing sequence.