JuliaMath / DoubleDouble.jl

Extended precision arithmetic for Julia (deprecated)
Other
26 stars 16 forks source link

Refactor #13

Closed dpsanders closed 8 years ago

dpsanders commented 8 years ago

@simonbyrne @ivanslapnicar Will either of you have a chance to review this or shall I just go ahead and merge?

ivanslapnicar commented 8 years ago

Dear Simon, dear David,

there is more to this and I will tak a more thorough look soon.

The situation x.hi=0 and x.lo=a!=0 should not happen in a consistent system.

x.lo should always be the lower part of the mantissa, so in this case the number should be stored as x.hi=a, x.lo=0.

Further, presently I get numbers like x.hi=1, x.lo=1e-60, which should not happen for the same reasons.

I will send you some examples soon.

Best wishes, Ivan

Prof. dr. sc. Ivan Slapničar Sveučilište u Splitu / University of Split FESB R. Boškovića 32 HR-21000 Split Hrvatska / Croatia Phone: + 385 21 305893 Ured/Office: B803


Šalje: David P. Sanders notifications@github.com Poslano: 21. svibnja 2016. 22:25 Prima: simonbyrne/DoubleDouble.jl Kopija: Ivan Slapničar; Mention Predmet: Re: [simonbyrne/DoubleDouble.jl] Refactor (#13)

@simonbyrnehttps://github.com/simonbyrne @ivanslapnicarhttps://github.com/ivanslapnicar Will either of you have a chance to review this or shall I just go ahead and merge?

You are receiving this because you were mentioned. Reply to this email directly or view it on GitHubhttps://github.com/simonbyrne/DoubleDouble.jl/pull/13#issuecomment-220798532