EiffelBase class
(HTML page generated by ISE Eiffel 4.2)
Eiffel Class
indexing
description: "Real values, single precision";
status: "See notice at end of class";
date: "$Date: 2007-03-30 19:10:11 +0000 (Fri, 30 Mar 2007) $";
revision: "$Revision: 95354 $"
expanded class REAL
inherit
REAL_REF
redefine
infix "^"
end
feature -- Basic operations
infix "^" (other: NUMERIC): DOUBLE is
-- Current real to the power other
do
end;
end -- class REAL
|