src/HOL/Complex_Main.thy
author huffman
Tue, 15 Nov 2011 12:51:14 +0100
changeset 45505 dc452a1a46e5
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
remove one more old-style semicolon

header {* Comprehensive Complex Theory *}

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

end