src/HOL/Complex_Main.thy
author wenzelm
Mon, 15 Feb 2010 23:58:24 +0100
changeset 35138 ad213c602ec1
parent 33269 3b7e2dbbd684
child 35292 e4a431b6d9b7
permissions -rw-r--r--
refined and exported record_info;

header {* Comprehensive Complex Theory *}

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

end