src/HOL/Complex/ex/ROOT.ML
author kleing
Sun, 19 Feb 2006 22:40:18 +0100
changeset 19109 9804aa8d5756
parent 19108 6f8c1343341b
child 19358 9cd12369e753
permissions -rw-r--r--
fixed document

(*  Title:      HOL/Complex/ex/ROOT.ML
    ID:         $Id$

Miscellaneous examples involving the Reals, Hyperreals, etc.
*)

use_thy "BinEx";
no_document (with_path "../../NumberTheory" use_thy) "Factorization";
(*These two examples just need the theory Primes.*)
use_thy "Sqrt";
use_thy "Sqrt_Script";
(*This example also needs the theory Factorization.*)
use_thy "NSPrimes";

no_document use_thy "BigO";
use_thy "BigO_Complex";

no_document use_thy "ASeries";
use_thy "ASeries_Complex";
use_thy "HarmonicSeries";

no_document use_thy "NatPair";
use_thy "DenumRat";