We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8558a67 commit 5e8fb0fCopy full SHA for 5e8fb0f
examples/pi.rs
@@ -1,11 +1,7 @@
1
use auto_rust::auto_implement;
2
3
#[auto_implement]
4
-/// Take a deep breath, and implement this function.
5
-/// This function calculates pi with a reliable algorithm.
6
-/// don't use 'powi' method
7
-/// implement the best algorithm known by the humanity
8
-/// use all of your knowledge about rust optimizations
+/// Algoritmo basdo en trignometria para calcular el valor de pi
9
fn calculate_pi_with_n_iterations(n: u64) -> f64 {
10
todo!()
11
}
0 commit comments