What does the following notation mean: $n< < m$ , where $n$ and $m$ are numbers?
Asked
Active
Viewed 46 times
2 Answers
2
It depends on context (just ask a C or C++ programmer) but in mathematics and physics it usually denotes that $n$ is much smaller than $m$. It is a vague notion, but useful at times.
Arthur
- 199,419
1
In the context where I have encountered this notation, it meant that $n$ is a lot smaller than $m$. As opposed to, for example, smaller but arbitrarily close to $m$.
molarmass
- 2,014
- 13
- 16
$1 + 2 = 3$, instead of$1$ $+$ $2$ $=$ $3$. – Arthur Aug 26 '15 at 09:17