note
	description: "Shared decimal math constants"
	library: "Gobo Eiffel Decimal Arithmetic Library"
	copyright: "Copyright (c) 2005-2018, Paul G. Crismer and others"
	license: "MIT License"
	date: "$Date: 2019-02-07 22:54:15 +0000 (Thu, 07 Feb 2019) $"
	revision: "$Revision: 102807 $"

class interface
	MA_SHARED_DECIMAL_CONSTANTS

create 
	default_create

feature -- Access

	Decimal: MA_DECIMAL_CONSTANTS
			-- Decimal constants
		ensure
			instance_free: class
			decimal_not_void: Result /= Void
	
end -- class MA_SHARED_DECIMAL_CONSTANTS

Generated by ISE EiffelStudio