src/HOL/Complex_Main.thy
author wenzelm
Tue, 22 Mar 2011 14:45:48 +0100
changeset 42051 dbdd4790da34
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
let syntax: reverted to plain "id", since translations cannot cope with constraints (notably position information);

header {* Comprehensive Complex Theory *}

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

end