src/HOL/Complex/ComplexBin.thy
author paulson
Thu, 15 Sep 2005 17:45:17 +0200
changeset 17421 0382f6877b98
parent 15140 322485b816ac
permissions -rw-r--r--
moving Commutative_Ring to the correct theory

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