Project

General

Profile

10 anderm8
function c = myMult(a, b)

% Multiply two inputs
c = a * b;