class EL_INTEGER_MATH

(source code)

Client examples: DUPLICITY_RESTORE

description

Integer math routines

note
	description: "Integer 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:43:04 GMT (Tuesday 15th April 2025)"
	revision: "19"

frozen expanded class
	EL_INTEGER_MATH

inherit
	EL_INTEGER_MATH_I
		export
			{ANY} all
		end

	EL_EXPANDED_ROUTINES

end