﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2517	wrong computation in OMShell	Peter Junglas	Per Östlund	"Entering the following in OMShell
{{{
a := 294.7;
b := 294.8;
t1 := abs(a-b)/b;
t2 := abs(a-b)/abs(b)
}}}
leads to the result
{{{
294.7
294.8
0.0003392130257802671
29.480000000006704
}}}
which is obviously wrong."	defect	closed	high	1.9.1	Interactive Environment	trunk	fixed		
