src/HOL/Complex_Main.thy
author Fabian Huch <huch@in.tum.de>
Thu, 23 Nov 2023 19:56:27 +0100
changeset 79025 f78ee2d48bf5
parent 73411 1f1366966296
child 80177 1478555580af
permissions -rw-r--r--
handle inflection point in interpolation with monotone prefix;

section \<open>Comprehensive Complex Theory\<close>

theory Complex_Main
imports
  Complex
  MacLaurin
begin

end