class
	MA_DECIMAL_CONSTANTS

General
	cluster: math
	description: "Access to decimal math constants and shared context"

Ancestors
	KL_SHARED_PLATFORM
	MA_SHARED_DECIMAL_CONTEXT

Queries
	Default_context: MA_DECIMAL_CONTEXT
	Infinity: MA_DECIMAL
	Maximum_integer: MA_DECIMAL
	Minimum_integer: MA_DECIMAL
	Minus_one: MA_DECIMAL
	Negative_infinity: MA_DECIMAL
	Negative_zero: MA_DECIMAL
	Not_a_number: MA_DECIMAL
	One: MA_DECIMAL
	shared_decimal_context: MA_DECIMAL_CONTEXT
	Signaling_not_a_number: MA_DECIMAL
	Zero: MA_DECIMAL

Commands
	set_shared_decimal_context (new_context: MA_DECIMAL_CONTEXT)


Generated by ISE EiffelStudio