src/HOL/Complex_Main.thy
author wenzelm
Wed, 09 Jan 2013 18:12:21 +0100
changeset 50790 0088e0805b10
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
updated makebundles as Admin isabelle tool;

header {* Comprehensive Complex Theory *}

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

end