Logo Patagonia.png

Cambios

Saltar a: navegación, buscar

Widget:Calculator

130 bytes añadidos, 01:31 21 ago 2017
sin resumen de edición
var total = (horizontal * 0.75 + ascenso * 7.2 + descenso * 2.4) * (4 * Math.pow(10, -12) * Math.pow(altitude , 3) - 9 * Math.pow(10 , -9) * Math.pow(altitude , 2) + 4 * Math.pow(10, -5) * altitude + 0,9999) * (1/3600);
total = Math.round(total * 100) / 100; if (total === Nan || total === ''|| total === 0){ total = 'Something is not right - please check the values'; }
//display the result
282
ediciones

Menú de navegación