I have some code that produces different results depending on what compiler I use:
float a = 1f; float b = 6f; float result = a % (a / b); float result1 = 1f % (1