src/HOL/Complex_Main.thy
author Cezary Kaliszyk <kaliszyk@in.tum.de>
Mon, 26 Apr 2010 15:14:14 +0200
changeset 36352 f71978e47cd5
parent 35292 e4a431b6d9b7
child 40839 48e01d16dd17
permissions -rw-r--r--
add bounded_lattice_bot and bounded_lattice_top type classes

header {* Comprehensive Complex Theory *}

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

end