src/HOL/Complex_Main.thy
author hoelzl
Mon, 14 Mar 2011 14:37:47 +0100
changeset 41980 28b51effc5ed
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
split Extended_Reals into parts for Library and Multivariate_Analysis

header {* Comprehensive Complex Theory *}

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

end