From 84a17b65ad9bba4d69afcbe52845be1b13a29cdd Mon Sep 17 00:00:00 2001 From: Louis Rubet Date: Wed, 28 Jun 2017 22:46:34 +0200 Subject: [PATCH] #172: added binary manual and test --- MANUAL.md | 3 ++- test/all.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MANUAL.md b/MANUAL.md index 5065c11..d29023b 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -1,4 +1,4 @@ -# **rpn v2.2**- reference manual +# **rpn v2.3**- reference manual **rpn** - is a **math-oriented language** inspired by Hewlett-Packard **R**everse **P**olish **L**isp (**HP28S** user manual is provided as a reference), it includes at least **stack**, **store**, **branch**, **test**, **trig** and **logs** commands @@ -100,6 +100,7 @@ exit chs sqrt % ceil conj fix >= xor |`abs`| absolute value for a number or `sqrt(re*re+im*im)` for a complex |`dec`| decimal representation |`hex`| hexadecimal representation +|`bin`| binary representation |`sign`| sign of a real, unary vector in the same direction for a complex ### operations on reals diff --git a/test/all.txt b/test/all.txt index 7f99ca5..40da188 100644 --- a/test/all.txt +++ b/test/all.txt @@ -8,4 +8,5 @@ #include 08-store.txt #include 09-program.txt #include 10-complex.txt +#include 11-base-entry.txt #include 99-manual-tests.txt