Converted everything to orgmode
converted everything to orgmode and added solution to the README files
This commit is contained in:
@@ -86,3 +86,7 @@ void loop() {
|
||||
std::cout << x << std::endl;
|
||||
}
|
||||
#+end_src
|
||||
|
||||
-----
|
||||
|
||||
Made by JirR02 in Switzerland 🇨🇭
|
||||
|
@@ -19,7 +19,7 @@ A natural number \(m\) (\(m \geq 1\)).
|
||||
|
||||
The approximation of $\pi$ given by $m$ terms, rounded to 6 significant digits. Note that 6 significant digits is the default precision of C++ for printing floating-point values. Use a double variable to store the sum.
|
||||
|
||||
**Important**: the use of functions from the math library (e.g., `pow`) is prohibited.
|
||||
**Important**: the use of functions from the math library (e.g., =pow=) is prohibited.
|
||||
|
||||
* Solution
|
||||
|
||||
|
Reference in New Issue
Block a user