Feb-20-2020, 12:46 AM
i have a coming need to do floating point arithmetic in quad precision. i'm assuming i can use the decimal.Decimal type to do it. speed is not an issue as there will probably about 1000 calculations done every few minutes so decimal.Decimal should be able to handle it. the hard part is reading the numbers and writing them back out. these are in a binary-based quad precision format encoded in hexadecimal. it has 32 hexadecimal characters that encode 128 bits in the IEEE quad format (which x86_64 does not implement).
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.