master
Paul Walko 2014-11-12 22:00:52 -05:00
parent 29c5a7e369
commit 33413c468c
1 changed files with 3 additions and 3 deletions

View File

@ -61,12 +61,12 @@
}
}
</script>
<title>RPN Calculator</title>
</head>
<body>
<canvas id="screen">
</canvas>
<div id="front">
<h2>Reverse Polish Notation Calculator</h2>
<p>*&nbsp;&nbsp;For Single number operations, only use first field</p>
<form id="calculator" oninpt="Calculate()">