K 10 svn:author V 6 peterj K 8 svn:date V 27 2013-06-17T08:49:08.589589Z K 7 svn:log V 422 Add a libm test tool that I developed as part of the FreeBSD numerics work. This program tests libm exception conditions listed in WG14/N1256 G.6 against the set of float, double and long double functions this program is linked against. Note that the libm can be incomplete - this program uses dlfunc(3) to identify which functions are present. It is intended to be portable across operating systems and architectures. END