src/HOL/Complex_Main.thy
author huffman
Mon, 02 Apr 2012 09:18:16 +0200
changeset 47268 262d96552e50
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
add simp rules for dvd on negative numerals

header {* Comprehensive Complex Theory *}

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

end