src/HOL/Complex_Main.thy
author blanchet
Mon, 08 Sep 2014 14:03:40 +0200
changeset 58223 ba7a2d19880c
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
export useful functions for users of (co)recursors

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end