Why this calculation remainder is not giving me 0.0 as the result?
I tried in Java and Javascript and the result is always the same:
double number = 270.48;
double divisor = 90.16;
System.out.println( (number % divisor) );
The result is always 2.8421709430404007E-14 but it should be 0.0