src/HOL/Complex_Main.thy
author desharna
Thu, 19 Dec 2024 16:01:06 +0100
changeset 81635 362b2ff84206
parent 80177 1478555580af
permissions -rw-r--r--
minor performance tuning; directly try to read file instead of first checking its existence

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

theory Complex_Main
imports
  Complex
  MacLaurin
  Binomial_Plus
begin

end