src/HOL/Complex_Main.thy
author desharna
Mon, 06 Oct 2014 13:41:37 +0200
changeset 58585 efc8b2c54a38
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
rename 'xtor_rel_thms' to 'xtor_rels'

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end