More Precise Floating point Data Types than double?

前端 未结 4 1932
情歌与酒
情歌与酒 2020-12-31 15:20

In my project I have to compute division, multiplication, subtraction, addition on a matrix of double elements. The problem is that when the size of matrix incr

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-31 16:06

    On Intel architectures the precision of long double is 80bits.

    What kind of values do you want to represent? Maybe you are better off using fixed precision.

提交回复
热议问题