Оберните в Math.round или Math.floor результат.
Т.е
document.getElementById('rezultat').innerHTML = Math.round(...); // точки замените на parseFloat(document.getElementById('a').value) и.т.д
Насчет запятой
<input type="text" oninput="this.value = this.value.replace(/,/, '.');">