Jeffrey Sarnoff
Jeffrey Sarnoff
helpful -- reviewing
imo, it should be the responsibility of the caller to provide two vectors of the same type (promoting them if needed) because there is potential for incorrect results otherwise. How...
I found these two references, perhaps they are of help to you. K. Scharnhorst, “Angles in complex vector spaces,” Acta Applicandae Math., vol. 69, pp. 95–103, Nov. 2001. available at...
The first sections here may be of interest too [ming thesis](http://www.math.uwaterloo.ca/~hwolkowi/henry/reports/thesismingmay613.pdf)
thank you
The Arb C library encodes values using extended Radix 2 representations. What would you prefer that base=2 and base=10 make happen. Arbitrary bases are *not* low-hanging fruit, digit by digit...
fyi the dual conversions (base=10 into base=2, base=2 into base=10) are designed *not* to be as very nearly inversive as theoretically possible. After much experimentation, I chose to protect the...
probably Jeffrey Sarnoff > On Dec 31, 2019, at 5:51 AM, kalmarek wrote: > > by doing promote stuff simple arithmetic allocates a lot: > > julia> z = ArbComplex(2)...
to the first part, those would have to be dispatch specializations .. and to have them foreach of our types and with either ordering of args; we still need the...
(just getting back into the game -- will ask)