class EL_DOUBLE_MATH

(source code)

Client examples: DATE_TIME_TEST_SETGENERAL_TEST_SET

description

Integral and other double math routines

note
	description: "Integral and other double math routines"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2025-04-15 17:55:45 GMT (Tuesday 15th April 2025)"
	revision: "14"

frozen expanded class
	EL_DOUBLE_MATH

inherit
	EL_DOUBLE_MATH_I
		export
			{ANY} all
		end

	EL_EXPANDED_ROUTINES

end