Real constants and functions: Difference between revisions

Content added Content deleted
Line 1,799:
 
=={{header|Rust}}==
<lang rust>use std::f64::consts::*;
 
fn main() {
// e (base of the natural logarithm)