UNPKG

med_ch

Version:
7 lines (5 loc) 84 B
module.exports = function med(a,b){ let ch; ch = (a+b)/2; return ch; }