(* Author: René Thiemann Akihisa Yamada License: BSD *) section ‹Show for Real (Algebraic) Numbers -- Unique Representation› text ‹We implement the show-function for real (algebraic) numbers by printing them uniquely via their monic irreducible polynomial with a special cases for polynomials of degree at most 2.› theory Show_Real_Precise imports Show_Real_Alg Show.Show_Instances begin