﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
187	"Some errors with ""Range"" function"	imendez	Víctor de Buen Remiro	"Code:

///////////////////////////////////////////////////////////////////////////////////
Set s01 = Range(0.85, 0.96, 0.01);
Set s02 = Range(0.5, 0.999, 0.001);
Set s03 = s02 - s01;
Set s04 = s01*s03;
///////////////////////////////////////////////////////////////////////////////////

Errors:
 - 0.96 doesn't belong to s01
 - 0.91 and 0.85 are in s03 and shouldn't be in.
 - s04 is empty, and the intersection of s01 and s03 is, due to the former error: 
s04 == [[ 0.91, 0.85 ]], so here appears to do well the substract (s02 - s01)

Regards"	defect	closed	normal		SetAlgebra	1.1.1	normal	fixed		Alfredo Torre
