expanded class
	ITERABLE_ARITHMETIC [G -> NUMERIC create default_create end]

General
	cluster: mathmodels
	description: 
		"Calculate sum and product of 
		iterable collections of numbers"

Ancestors
	ANY

Queries
	divmod (i, j: INTEGER_32): SEQ [INTEGER_32]
	divmod_64 (i, j: INTEGER_64): SEQ [INTEGER_64]
	one: G
	product (collection: ITERABLE [G]): G
	productf (collection: ITERABLE [G]; f: FUNCTION [G, G]): G
	sum (collection: ITERABLE [G]): G
	sum_array (an_array: ARRAY [G]; f: FUNCTION [INTEGER_32, INTEGER_32, G, G]): G
	sumf (collection: ITERABLE [G]; f: FUNCTION [G, G]): G
	zero: G


Generated by ISE EiffelStudio