numeric function multiply(required numeric a, required numeric b){ return a * b; }