op_div

Function op_div 

Source
pub fn op_div(stack: &mut Stack) -> bool
Expand description

OP_DIV: Divides the second-to-top number by the number on top of the stack

Example: OP_DIV([n1, n2]) -> [n1/n2]

ยงArguments

  • stack - mutable reference to the stack