Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged precision

0 votes
368 views
1 answer
    I wanted to know how I can generate pi to the nth digit. I have a couple of basic ideas. Use Math.PI ... to implement my ideas of generating PI. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
258 views
1 answer
    I'm writing a specification that describes some arithmetic that will be performed by software. The intention is ... not the overall precision. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
340 views
1 answer
    I am trying to make equivalence tests on an algorithm written in C++ and in Matlab. The algorithm contains some ... tests on matlab and c++? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
351 views
1 answer
    I need to calculate a list of very small numbers such as (0.1)^1000, 0.2^(1200), and then ... Any suggestions will be appreciated, thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
283 views
1 answer
    When I type this into the Visual Studio 2008 immediate window: ? .9 - .8999999999999995 It gives me this ... that extra precision coming from? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
297 views
1 answer
    I am importing a csv that has a single column which contains very long integers (for example: ... 9 "4082620101129165548" 4082620101129165312 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
623 views
1 answer
    I'm teaching myself C++ and on this practice question it asks to write code that can calculate PI to >30 digits ... free to offer it. Thank you! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...