Fixed behavior of division by 0 on doubles (should be Infinity), added tests.
[jpf-core.git] / src / tests / gov / nasa / jpf / test / java / lang / FloatTest.java
2018-11-23 Cyrille ArthoFixed behavior of division by 0 on doubles (should...