Does anyone know what "\ll" (latex) or "<<" means?
Thanks.
Does anyone know what "\ll" (latex) or "<<" means?
Thanks.
It means "Much less than". Precise interpretation depends on how accurate you want your conclusions to be. For example, sometimes the result is A only if B << C, then the error with the result is likely to depend on the ratio B/C.
Sounds like you're asking about the mathematical meaning of the symbol <<, not about how to produce it... which is off-topic for StackOverflow.
But it means "much less than."
In a programming context, it usually means a bit shift left. In a more general math context, it means "much less than".
If it's a math notation question, I'd say a << b
means a very much smaller than b, or a <<
: very small a.
a ≪ b means that "a is much less than b". It is often used in mathematics and physics when justifying approximations. For instance, if d is the distance between two particles, one with positive charge and one with negative charge, and D is the distance between the center of mass of those and a fixed point P, then if d ≪ D, you can make a few approximations and treat the system as an electric dipole.
A more concrete example: If 0 < A ≪ B, then A / B is very close to zero, and so cos(A / B) can be replaced by 1. (If the situation allows this. Of course, sometimes the deviation from unity might be the part of interest...)
By the way, you could easily have figured this out yourself: Using a Unicode editor, or Windows charmap.exe, you would have found that ≪ is U+226A: "MUCH LESS-THAN".