I am writing a computer code. I need to name a variable that represents a small offset. Typically, I'd use epsilon or delta for those variable names, but those variables are already currently used for other things in the code.
Question:
- What are some other Greek (or other) variables that are typically used to represent 'small' values in mathematics?
epsilon1,epsilon2, etc is not appropriate becauseepsilonis being used as a threshold from a paper. Usingepsilonfor a threshold andepsilon1for a small offset would be confusing and non-intuitive – irritable_phd_syndrome Aug 04 '21 at 16:43small_offsetthen? – Hans Lundmark Aug 04 '21 at 19:14