src/HOL/Complex_Main.thy
author wenzelm
Wed, 21 Sep 2011 22:18:17 +0200
changeset 45028 d608dd8cd409
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
alternative Socket_Channel; use BinIO for fifos uniformly;

header {* Comprehensive Complex Theory *}

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

end