Pi value in C++ January 29, 2022 #include<iostream>#include<bits/stdc++.h>using namespace std;int main(){ double pi=2*acos(0.0); cout<<setprecision(100)<<pi; return 0;} Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment