Widget:YieldCalc: Difference between revisions
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
document.getElementById('outputvalue').innerText= ( | document.getElementById('outputvalue').innerText= ( | ||
Math.floor(A*B | Math.floor(A*B) | ||
); | ); | ||
} | } |
Revision as of 00:32, 25 October 2024
This widget is used to display and calculate the yield with the values submitted by the user.
Usage: {{#Widget:YieldCalc}}