src/HOL/Complex_Main.thy
author haftmann
Fri, 06 Mar 2009 20:30:19 +0100
changeset 30330 8291bc63d7c9
parent 29986 6b1ccda8bf19
child 31179 ced817160283
permissions -rw-r--r--
theory with syntax for lattice operations

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Log
  Ln
  Taylor
  Integration
begin

end