Can anyone give the LaTeX code for the unusual symbol <<<, and perhaps provide some good examples of its use?
Does it mean "much much less than"?
Can anyone give the LaTeX code for the unusual symbol <<<, and perhaps provide some good examples of its use?
Does it mean "much much less than"?
Copyright © 2021 JogjaFile Inc.
From a cursory search, it appears that the triple less-than sign $\lll$ is not often used in a mathematical context but in a programming one (maybe an experienced programmer or two can weigh in). From the wiki page:
<<<OUTPUTis used to denote the beginning of a heredoc statement (where OUTPUT is an arbitrary named variable).<<<wordis used as a "here string," where word is expanded and supplied to the command on its standard input, similar to a heredoc.At least in mathematics, it is clear that something like $a\ll b$ means "$a$ is much less than $b$." Other than that, however, it does not appear that the symbol $\lll$ is used in mathematical contexts (none that I have seen anyway). A look at the wiki page on inequalities yields similarly fruitless results for trying to find that symbol/notation in math.