src/HOL/Complex/ComplexBin.thy
author haftmann
Mon, 24 Apr 2006 16:37:52 +0200
changeset 19459 2041d472fc17
parent 15140 322485b816ac
permissions -rw-r--r--
seperated typedef codegen from main code

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