01 January 1970 3 4K Report

I am trying to compare the accuracy of various mathematical libraries. In doing so I compute the value of some function (say sine) for a given domain for all of them. In return I get several sequences of numbers each different.

My question is does anyone know of a good way to compare them? Keep in mind that except for some well known values (e.g., sin(0), sin(pi/2), ..., sin(2pi), ... multiples of pi) we do not really know the real mathematical value). So how can I compare the sequences to decide say the least biased.

Similar questions and discussions