src/HOL/Complex_Main.thy
author huffman
Wed, 24 Aug 2011 09:23:26 -0700
changeset 44469 266dfd7f4e82
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
delete commented-out dead code

header {* Comprehensive Complex Theory *}

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

end