src/HOL/Complex_Main.thy
author huffman
Mon, 22 Mar 2010 12:52:51 -0700
changeset 35900 aa5dfb03eb1e
parent 35292 e4a431b6d9b7
child 40839 48e01d16dd17
permissions -rw-r--r--
remove LaTeX hyperref warnings by avoiding antiquotations within section headings

header {* Comprehensive Complex Theory *}

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

end