2 lines
53 B
Standard ML
2 lines
53 B
Standard ML
fun div_check (x, y) =
|
|
not (Real.isFinite (x / y))
|
fun div_check (x, y) =
|
|
not (Real.isFinite (x / y))
|