src/HOL/Complex_Main.thy
author wenzelm
Sun, 10 Feb 2019 19:07:53 +0100
changeset 69798 f610115ca3d0
parent 63571 aee0d92995b6
child 73411 1f1366966296
permissions -rw-r--r--
enable subpixel anti-aliasing by default, assuming that its 4 variants don't make a difference;

section \<open>Comprehensive Complex Theory\<close>

theory Complex_Main
imports
  Complex
  MacLaurin
begin

end