3 lines
53 B
OCaml
3 lines
53 B
OCaml
|
|
fun div_check (x, y) =
|
||
|
|
not (Real.isFinite (x / y))
|