(no commit message)
authorlkcl <lkcl@web>
Tue, 10 Sep 2019 13:09:37 +0000 (14:09 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 10 Sep 2019 13:09:37 +0000 (14:09 +0100)
ztrans_proposal.mdwn

index 8b311a60baf47c89e4bd930e7b08ca05792ebd19..400ee232aea49d4965da6b980e3bedf08bb484c3 100644 (file)
@@ -429,7 +429,11 @@ high-performance or correctly-rounding):
 
 # Reciprocal
 
-Used to be an alias. Some imolementors may wish to implement divide as y times recip(x)
+Used to be an alias. Some implementors may wish to implement divide as y times recip(x).
+
+Others may have shared hardware for recip and divide, others may not.
+
+To avoid penalising one implementor over another, recip stays.
 
 # To evaluate: should LOG be replaced with LOG1P (and EXP with EXPM1)?