eda_numeric.e
来自「eda is an estimation of distributions al」· E 代码 · 共 38 行
E
38 行
indexing
description: "Properties of numeric types."
library: "EDA"
author: "Paul G. Crismer"
date: "$Date: 2003/02/26 18:54:04 $"
revision: "$Revision: 1.3 $"
licensing: "See notice at end of class"
deferred class
EDA_NUMERIC
inherit
NUMERIC
rename exponentiable as ve_exponentiable
end
feature -- Basic operations
infix "^" (other : DOUBLE) : DOUBLE is
-- Not implemented
do
end
ve_exponentiable (other : DOUBLE) : BOOLEAN is
-- Not implemented
do
end
end -- class EDA_NUMERIC
--
-- Copyright: 2002, Paul G. Crismer, <pgcrism@users.sourceforge.net>
-- Released under the Eiffel Forum License <www.eiffel-forum.org>
-- See file <forum.txt>
--
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?