src/HOL/Complex_Main.thy
author blanchet
Mon, 09 Feb 2009 12:31:36 +0100
changeset 29868 787349bb53e9
parent 29304 5c71a6da989d
child 29879 4425849f5db7
permissions -rw-r--r--
Reintroduced nitpick_ind_intro attribute. It looks like I need it nonetheless.

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Fundamental_Theorem_Algebra
  Log
  Ln
  Taylor
  Integration
  FrechetDeriv
begin

end