aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralepori <alepori@thearcway.org>2017-08-23 16:20:29 +0200
committeralepori <alepori@thearcway.org>2017-08-23 16:20:29 +0200
commit75743511fe22e4a427f724d2f8cc0f4852b09187 (patch)
treeff3fb96fd70337784255fabb0551af17107e71b2
parentfirst commit (diff)
downloadhp35s-programs-75743511fe22e4a427f724d2f8cc0f4852b09187.tar.gz
hp35s-programs-75743511fe22e4a427f724d2f8cc0f4852b09187.zip
rename files and add license
-rw-r--r--LICENSE.txt16
-rw-r--r--P_vector_cross_product (renamed from P)0
-rw-r--r--Q_quadratic_solver (renamed from Q)0
-rw-r--r--README.md15
-rw-r--r--S_save_stack (renamed from S)0
5 files changed, 31 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..9298b31
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,16 @@
+HP35s Programs
+Copyright (C) 2017 mafaldo <alepori@thearcway.org>
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
diff --git a/P b/P_vector_cross_product
index 1f7c66a..1f7c66a 100644
--- a/P
+++ b/P_vector_cross_product
diff --git a/Q b/Q_quadratic_solver
index 1ff2a0d..1ff2a0d 100644
--- a/Q
+++ b/Q_quadratic_solver
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6b8d810
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# HP35s programs
+
+## Description
+
+Programs to add funcionality to the HP35s calculator
+
+## Contents
+
+*****S** - Save (S001) and restore (S011) the stack in/from (J) 10-13.
+
+**Q** - Solve quadratic equation, it takes a, b and c from the stack and it
+doesn't use any variables.
+
+**P** - Cross product between two vectors, it takes the vectors from the stack.
+It uses (J) 105-110 and (I) 100-102
diff --git a/S b/S_save_stack
index f95e442..f95e442 100644
--- a/S
+++ b/S_save_stack