- 1

I have work for you

How to exract the value of constant PI to 16 digits precisely? https://code.sololearn.com/cOZSG3F9o9Hf/?ref=app

15th Apr 2020, 6:28 AM
TeaserCode
4 Answers
+ 4
Please amend your question title because "I have work for you" is not a meaningful one Q&A forum rules: https://www.sololearn.com/Discuss/1316935/?ref=app
15th Apr 2020, 6:39 AM
Gordon
Gordon - avatar
0
If you remove the const from the double and enter a precise π value the code actually works.
15th Apr 2020, 6:45 AM
Aaron Eberhardt
Aaron Eberhardt - avatar
0
Is it possible that the program print exact value to 16 digits precisely on the base math library without enter its value?
15th Apr 2020, 8:31 AM
TeaserCode