src/HOL/Complex_Main.thy
author nipkow
Wed, 10 Dec 2008 10:23:47 +0100
changeset 29026 5fbaa05f637f
parent 28952 15a4b2cf8c34
child 29197 6d4cb27ed19c
permissions -rw-r--r--
moved ContNotDenum into Library

(*  Title:      HOL/Complex_Main.thy
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   2003  University of Cambridge
*)

header{*Comprehensive Complex Theory*}

theory Complex_Main
imports
  Main
  Real
  "~~/src/HOL/Complex/Fundamental_Theorem_Algebra"
  Log
  Ln
  Taylor
  Integration
  FrechetDeriv
begin

end