6 lines
163 B
Text
6 lines
163 B
Text
_ * 5 NB. multiplying infinity to 5 results in infinity
|
|
_
|
|
5 % _ NB. dividing 5 by infinity results in 0
|
|
0
|
|
5 % 0 NB. dividing 5 by 0 results in infinity
|
|
_
|