src/HOL/Complex_Main.thy
author wenzelm
Mon, 13 May 2013 13:23:13 +0200
changeset 51960 61ac1efe02c3
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
option "goals_limit", with more uniform description;

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end