src/HOL/Complex/ComplexBin.thy
author wenzelm
Thu, 09 Nov 2006 11:58:51 +0100
changeset 21265 b8db43faaf9e
parent 15140 322485b816ac
permissions -rw-r--r--
HOL: less/less_eq on bool, modified syntax;

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