src/HOL/Real/RealAbs.thy
author wenzelm
Sat, 27 Oct 2001 23:18:40 +0200
changeset 11969 c850db2e2e98
parent 11701 3d51fbf81c17
child 12018 ec054019c910
permissions -rw-r--r--
removed obsolete goal_subclass, goal_arity;

(*  Title       : RealAbs.thy
    ID          : $Id$
    Author      : Jacques D. Fleuriot
    Copyright   : 1998  University of Cambridge
    Description : Absolute value function for the reals
*) 

RealAbs = RealArith +


defs
  real_abs_def "abs r == (if (Numeral0::real) <= r then r else -r)"

end