Widget:RimCalc: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 13: Line 13:
weight = parseInt($("#input1").val());
weight = parseInt($("#input1").val());
}
}
age = parseInt($("#input2").val()));
age = parseInt($("#input2").val());
serum = parseFloat($("#input3").val());
serum = parseFloat($("#input3").val());
temp = (140 - age) * weight;
temp = (140 - age) * weight;

Revision as of 16:10, 13 March 2014