C# High double precision

前端 未结 6 1525
我在风中等你
我在风中等你 2021-01-19 00:45

I\'m writing a function that calculates the value of PI, and returns it as a double. So far so good. But once the function gets to 14 digits after the decimal place, it can\

6条回答
  •  天命终不由人
    2021-01-19 01:10

    There are several libraries that let you work with arbitrary precision. One is W3b.sine, but several others are described on wikipedia.

提交回复
热议问题