Tagged: mode

idivide

idivide – Integer division with rounding option Syntax C = idivide(A, B, opt) C = idivide(A, B) C = idivide(A, B, ‘fix’) C = idivide(A, B, ’round’) C = idivide(A, B, ‘floor’) C =...

return

return Return to invoking function. return causes a return to the invoking function or to the keyboard. It also terminates the KEYBOARD mode. Normally functions return when the end of the function is reached....