src/HOL/Complex/ComplexBin.thy
author wenzelm
Sat, 30 Dec 2006 16:08:04 +0100
changeset 21964 df2e82888a66
parent 15140 322485b816ac
permissions -rw-r--r--
added has_name_hint; name_thm: more careful pre-naming;

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