function berechneAntwort (wert1, wert2, wert3) {
return (Math.abs(Math.PI * wert1) * Math.sin(Math.abs(wert2)) + Math.pow(wert3, 2)) * (Math.ceil(Math.cos(90 / (2 * Math.PI)))) + Math.ceil(Math.floor(Math.LN10) * Math.sqrt(Math.floor(Math.E * 162)));
}
Kann man damit den Umrechnungsfaktor von Thermometer zu Thermoinch berechnen?