src/HOL/Complex_Main.thy
author blanchet
Fri, 20 Sep 2013 22:39:30 +0200
changeset 53756 be91786f2419
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
MaSh tweaks to facilitate debugging

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end