src/HOL/Complex_Main.thy
author blanchet
Sun, 09 Sep 2012 21:22:31 +0200
changeset 49238 2267901ae911
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
simplify "Process" example further

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  SupInf
  Complex
  Log
  Ln
  Taylor
  Deriv
begin

end