src/HOL/Complex_Main.thy
author huffman
Thu, 17 Nov 2011 12:38:03 +0100
changeset 45544 c0304794e9e4
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
move definitions of bitwise operators into appropriate document section

header {* Comprehensive Complex Theory *}

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

end