src/HOL/Complex/ComplexBin.thy
author wenzelm
Sat, 17 Jun 2006 19:37:53 +0200
changeset 19912 4a3e35fd6e02
parent 15140 322485b816ac
permissions -rw-r--r--
added singleton;

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