Project

General

Profile

function c = myMult(a, b)

% Multiply two inputs
c = a * b;
(1-1/5)