test_max.e

来自「eda is an estimation of distributions al」· E 代码 · 共 36 行

E
36
字号
indexing
	description: "EDA_DECIMAL.max tests."

	library: "EDA"
	author: "Paul G. Crismer"
	
	date: "$Date: 2003/02/06 22:42:26 $"
	revision: "$Revision: 1.2 $"
	licensing: "See notice at end of class"

class
	TEST_MAX

inherit
	TEST_DECIMAL_GENERAL
	
creation
	make_file, make
	
feature -- Basic operations

	execute_operation (a, b : EDA_DECIMAL; a_ctx : EDA_MATH_CONTEXT) is
			-- 
		do
			last_result := a.max_ctx (b, a_ctx)
			last_string_result := last_result.to_scientific_string
		end

end -- class TEST_MAX

--
-- 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 + -
显示快捷键?