lib/instructions/float/float_divide.rb in nudge-0.2.8 vs lib/instructions/float/float_divide.rb in nudge-0.2.9

- old
+ new

@@ -1,10 +1,10 @@ # pops the top 2 items of the +:float+ stack; # pushes a ValuePoint with their (floating point) quotient onto the +:float+ stack # # note: the top item is the denominator, the second item is the numerator # -# note: will push an +:error+ ValuePoint instead of an +:int+ if the numerator is 0.0 +# note: will push an +:error+ ValuePoint instead of a +:float+ if the numerator is 0.0 # # *needs:* 2 +:float+ # # *pushes:* 1 +:float+ #