How do you name variable for angles?

At title states, very simple question!!!

What’s wrong with angle? Or degrees - if it’s the unit used.

For math calculation, variable name may become very long and make the equation messy.

For others, we have h, w, s, x, y, r, and we can create more by simple adjustment.

The only ‘standard’ angle names I’ve seen used (which I’ve tried to follow myself) is theta for ‘vertical’ and ‘phi’ for ‘horizontal’ when creating a 3D sphere, torus, etc.

a
angle
rad
deg
dir

if the game is 2d, you might want so use r or rot

I use Greek,

So Theta, Mu, Alpha, Beta, Gamma… I never need more than that.

If that is what the question is asking.