www/js/global.js

changeset 329
63f9e4a23bfc
parent 328
019736440468
child 337
faedcfa0610f
equal deleted inserted replaced
328:019736440468 329:63f9e4a23bfc
736 /* 736 /*
737 * Alcohol By Volume 737 * Alcohol By Volume
738 */ 738 */
739 function abvol(og, fg) { 739 function abvol(og, fg) {
740 740
741 if ((og - fg) < 0) 741 if (((og - fg) < 0) || (fg < 0.9))
742 return 0; 742 return 0;
743 743
744 /* 744 /*
745 * Formule van Hans Halberstadt. De constante factor is afhankelijk van de 745 * Formule van Hans Halberstadt. De constante factor is afhankelijk van de
746 * zwaarte van het wort. 746 * zwaarte van het wort.

mercurial