src/HOL/Complex/ComplexBin.thy
author ballarin
Thu, 16 Mar 2006 20:19:25 +0100
changeset 19276 ac90764bb654
parent 15140 322485b816ac
permissions -rw-r--r--
New interface function parameters_of_expr.

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