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 e4a7da8 commit c08d9cfCopy full SHA for c08d9cf
examples/pi.rs
@@ -7,7 +7,7 @@ fn calculate_pi_with_n_decimals(n: u32) -> f64 {
7
}
8
9
fn main() {
10
- let result = calculate_pi_with_n_decimals(10);
+ let result = calculate_pi_with_n_decimals(100);
11
println!("pi: {}", result);
12
// assert_eq!(result, 3.0418396189294032);
13
0 commit comments