From: Bill Date: Tue, 7 Aug 2018 06:35:18 +0000 (-0700) Subject: update readme to latest iqam syntax for quires X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90c8438d8e6f9caf2f4a6a82a347bf545129476e;p=sfpy.git update readme to latest iqam syntax for quires --- 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