2 lines
82 B
Text
2 lines
82 B
Text
|
|
if (!isFinite(numerator/denominator)) puts("result is infinity or not a number");
|