src/HOL/Complex_Main.thy
author paulson <lp15@cam.ac.uk>
Mon, 21 Aug 2023 18:38:25 +0100
changeset 78517 28c1f4f5335f
parent 73411 1f1366966296
child 80177 1478555580af
permissions -rw-r--r--
Numerous minor tweaks and simplifications

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

theory Complex_Main
imports
  Complex
  MacLaurin
begin

end