lib/instructions/float/float_min.rb in nudge-0.2.6 vs lib/instructions/float/float_min.rb in nudge-0.2.7
- old
+ new
@@ -1,4 +1,12 @@
+# pops the top 2 items of the +:float+ stack;
+# pushes a new ValuePoint onto the +:float+ stack with the smallest of the two values
+#
+# *needs:* 2 +:float+
+#
+# *pushes:* 1 +:float+
+#
+
class FloatMinInstruction < Instruction
def preconditions?
needs :float, 2
end
def setup