﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
505	Median() function and the unknown real number	Pedro Gea	Víctor de Buen Remiro	"Median with unknown real numbers depends on the order of the numbers.

See that:
Real Median(?,3,2);
Real Median(2,?,3);
Real Median(3,2,?);

There are three different values for the permutations of these numbers.

This bug probably affects other median functions 
like: SetMedian(), MedianS(), ..."	defect	closed	highest		Various	head	critical	fixed		Pedro Gea
