bookshelf/Bookshelf/Real/Basic.lean

14 lines
159 B
Plaintext
Raw Normal View History

import Mathlib.Data.Real.Basic
notation "ℝ²" => ×
namespace Real
/--
The area of a unit circle.
-/
axiom pi :
notation "π" => pi
end Real