src/HOL/Complex_Main.thy
author bulwahn
Wed, 21 Apr 2010 12:10:52 +0200
changeset 36258 f459a0cc3241
parent 35292 e4a431b6d9b7
child 40839 48e01d16dd17
permissions -rw-r--r--
removing dead code; clarifying function names; removing clone

header {* Comprehensive Complex Theory *}

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

end