src/HOL/Complex_Main.thy
author haftmann
Mon, 26 Dec 2011 17:40:43 +0100
changeset 45985 2d399a776de2
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
dropped Executable_Set wrapper theory

header {* Comprehensive Complex Theory *}

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

end