src/HOL/Complex_Main.thy
author blanchet
Fri, 30 May 2014 12:27:51 +0200
changeset 57124 e4c2c792226f
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
make SML naive Bayes closer to Python version

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end