Most of all I'm interesting in equal results to ease comparing outputs of both implementations between each other. The accuracy itself is enough in my case, but this difference is annoying in some cases.
accuracy of floating point calculations: d vs cpp
drug via Digitalmars-d-learn Mon, 22 Jul 2019 05:50:55 -0700
I have almost identical (I believe it at least) implementation (D and
C++) of the same algorithm that uses Kalman filtering. These
implementations though show different results (least significant
digits). Before I start investigating I would like to ask if this issue
(different results of floating points calculation for D and C++) is well
known? May be I can read something about that in web? Does D
implementation of floating point types is different than the one of C++?
- accuracy of floating point calcul... drug via Digitalmars-d-learn
- Re: accuracy of floating poi... rikki cattermole via Digitalmars-d-learn
- Re: accuracy of floating... drug via Digitalmars-d-learn
- Re: accuracy of floa... rikki cattermole via Digitalmars-d-learn
- Re: accuracy of floating poi... Guillaume Piolat via Digitalmars-d-learn
- Re: accuracy of floating... Guillaume Piolat via Digitalmars-d-learn
- Re: accuracy of floa... drug via Digitalmars-d-learn
- Re: accuracy of ... drug via Digitalmars-d-learn
- Re: accuracy of floating poi... Dennis via Digitalmars-d-learn
- Re: accuracy of floating poi... Timon Gehr via Digitalmars-d-learn
- Re: accuracy of floating... Ali Çehreli via Digitalmars-d-learn
