src/HOL/Complex_Main.thy
author huffman
Thu, 04 Dec 2008 08:47:45 -0800
changeset 28969 4ed63cdda799
parent 28952 15a4b2cf8c34
child 29026 5fbaa05f637f
permissions -rw-r--r--
change more lemmas to avoid using iszero

(*  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
  ContNotDenum
  Real
  "~~/src/HOL/Complex/Fundamental_Theorem_Algebra"
  Log
  Ln
  Taylor
  Integration
  FrechetDeriv
begin

end