src/HOL/Complex/ComplexBin.thy
author haftmann
Fri, 16 Mar 2007 21:32:08 +0100
changeset 22452 8a86fd2a1bf0
parent 15140 322485b816ac
permissions -rw-r--r--
adjusted to new lattice theory developement in Lattices.thy / FixedPoint.thy

(*  Title:      ComplexBin.thy
    Author:     Jacques D. Fleuriot
    Copyright:  2001 University of Edinburgh
    Descrition: Binary arithmetic for the complex numbers
                This case is reduced to that for the reals.
*)

theory ComplexBin
imports Complex
begin

end