[][src]Function symbolics_core::consts::pi

pub fn pi() -> Expr

Create a symbol representing the constant 𝜋.

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