src/HOL/Complex/ComplexBin.thy
author wenzelm
Tue, 24 Jan 2006 00:43:31 +0100
changeset 18768 6e97b57cdcba
parent 15140 322485b816ac
permissions -rw-r--r--
removed the_params;

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