mirror of
https://github.com/osmarks/website
synced 2025-09-04 19:37:56 +00:00
initial commit
This commit is contained in:
16
experiments/rpncalc-v2/index.html
Executable file
16
experiments/rpncalc-v2/index.html
Executable file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: RPNCalc v2
|
||||
slug: rpncalc2
|
||||
description: A Reverse Polish Notation (check wikipedia) calculator, version 2. Buggy and kind of unreliable. This updated version implements subtraction.
|
||||
---
|
||||
|
||||
<link rel="stylesheet" href="calc.css">
|
||||
|
||||
<center><div id="output"></div></center>
|
||||
|
||||
<hr>
|
||||
|
||||
<input type="text" id="input" default="Input RPN expression" oninput="calculateFromInput()">
|
||||
</div>
|
||||
|
||||
<script src="calc.js"></script>
|
Reference in New Issue
Block a user