class EVC_NUMERIC_EXPRESSION

(source code)

Client examples: EVOLICITY_AUTOTEST_APP

description

Evolicity numeric expression

note
	description: "Evolicity numeric expression"

	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-03-18 7:03:01 GMT (Tuesday 18th March 2025)"
	revision: "6"

class
	EVC_NUMERIC_EXPRESSION [N -> COMPARABLE]

feature -- Basic operation

	evaluate (context: EVC_CONTEXT)
			-- 
		do
		end	
		
feature -- 	Access

	item: N
		
end