From 90c8438d8e6f9caf2f4a6a82a347bf545129476e Mon Sep 17 00:00:00 2001 From: Bill Date: Mon, 6 Aug 2018 23:35:18 -0700 Subject: [PATCH] update readme to latest iqam syntax for quires --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26c6949..99f7c17 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ Posit16(2.7001953125) >>> q = sfpy.Quire16(0) # <-- quire is also supported >>> q Quire16(0.0) ->>> q.iqma(sfpy.Posit16(3), sfpy.Posit16(5)) +>>> q.iqam(sfpy.Posit16(3), sfpy.Posit16(5)) >>> q Quire16(3.725290298461914e-09) ->>> q.iqma(sfpy.Posit16(3.0), sfpy.Posit16(5.0)) +>>> q.iqam(sfpy.Posit16(3.0), sfpy.Posit16(5.0)) >>> q Quire16(15.0) >>> q.bits -- 2.30.2