src/HOL/Complex/ComplexBin.thy
author obua
Thu, 16 Feb 2006 14:59:57 +0100
changeset 19068 04b302f2902d
parent 15140 322485b816ac
permissions -rw-r--r--
cache improvements

(*  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