src/HOL/Complex/ComplexBin.thy
author nipkow
Mon, 16 Aug 2004 14:22:27 +0200
changeset 15131 c69542757a4d
parent 14387 e96d5c42c4b0
child 15140 322485b816ac
permissions -rw-r--r--
New theory header 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
import Complex
begin

end