src/HOL/Complex_Main.thy
author huffman
Wed, 17 Aug 2011 14:32:48 -0700
changeset 44256 c478cd500dc4
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
IsaMakefile: target HOLCF-Library now compiles HOL/HOLCF/Library instead of HOL/Library

header {* Comprehensive Complex Theory *}

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

end