src/HOL/Complex_Main.thy
author traytel
Mon, 17 Sep 2012 16:57:22 +0200
changeset 49425 f27f83f71e94
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
cleaned up internal naming scheme for bnfs

header {* Comprehensive Complex Theory *}

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

end