Real constants and functions: Difference between revisions

Content added Content deleted
Line 1,799: Line 1,799:


=={{header|Rust}}==
=={{header|Rust}}==
use std::f64::consts::*;
<lang rust>use std::f64::consts::*;

fn main() {
fn main() {
// e (base of the natural logarithm)
// e (base of the natural logarithm)