What variable should i use to represent a small value?

68 Views Asked by At

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:

  1. What are some other Greek (or other) variables that are typically used to represent 'small' values in mathematics?