src/HOL/Complex_Main.thy
author kleing
Fri, 18 Jul 2014 22:16:03 +0200
changeset 57573 2bfbeb0e69cd
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
avoid duplicate fact name

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end