test_to_sci.e
来自「eda is an estimation of distributions al」· E 代码 · 共 39 行
E
39 行
indexing
description: "EDA_DECIMAL.to_scientific_string"
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_TO_SCI
inherit
TEST_TO_ENG
redefine
execute_operation
end
creation
make
feature -- Basic operations
execute_operation (a, b : EDA_DECIMAL; a_ctx : EDA_MATH_CONTEXT) is
--
do
last_result := a
last_string_result := last_result.to_scientific_string
end
end -- class TEST_TO_SCI
--
-- Copyright: 2000-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 + -
显示快捷键?