src/HOL/Complex/ComplexBin.thy
author haftmann
Sat, 07 Oct 2006 07:41:56 +0200
changeset 20896 1484c7af6d68
parent 15140 322485b816ac
permissions -rw-r--r--
cleaned up interfaces

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