score:2

Accepted answer

math is an instance of object so i think you mean to assign directly to that instance, ie.

math.eps=1e-16;

assigning to it's prototype is assigning to object which can understandably cause side effects.


Related Query

More Query from same tag