src/HOL/Complex_Main.thy
author smolkas
Wed, 28 Nov 2012 12:25:43 +0100
changeset 50267 1da2e67242d6
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
moved thms_of_name to Sledgehammer_Util and removed copies, updated references

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  SupInf
  Complex
  Log
  Ln
  Taylor
  Deriv
begin

end