note
	description: "[
		Testing suite for the RATIONAL Class covering the power,
		square, gcd, reciprocal, v_divide, real_divide_round_to, round_to,
		opposite, and identity operation capabilities.
	]"
	author: "Connor Dear, Jonathan Ostroff"
	date: "June 10 2019"
	revision: "1.00"

class interface
	RATIONAL_SECONDARY_OPERATION_TEST

create 
	make

feature -- Tests

	t1: BOOLEAN
			-- Square and Power

	t2: BOOLEAN
			-- Reciprocal

	t3: BOOLEAN
			-- Opposite / Negate

	t4: BOOLEAN
			-- abs/absolute

	t5: BOOLEAN
			-- canonicalize
	
end -- class RATIONAL_SECONDARY_OPERATION_TEST

Generated by ISE EiffelStudio