src/HOL/Complex/ComplexBin.thy
author wenzelm
Tue, 19 Sep 2006 23:01:52 +0200
changeset 20618 3f763be47c2f
parent 15140 322485b816ac
permissions -rw-r--r--
simple html output;

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