[][src]Function symbolics_core::consts::e

pub fn e() -> Expr

Create a symbol representing the constant 𝑒.

This will be exact when evaluated, so it is preferred over std::f64::consts::E.