src/HOL/Complex_Main.thy
author haftmann
Mon, 15 Dec 2008 09:58:45 +0100
changeset 29105 8f38bf68d42e
parent 29026 5fbaa05f637f
child 29197 6d4cb27ed19c
permissions -rw-r--r--
moved value.ML to src/Tools

(*  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