src/HOL/Complex_Main.thy
author wenzelm
Sun, 12 May 2013 20:25:45 +0200
changeset 51949 f6858bb224c9
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
some system options as context-sensitive config options;

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end