Hi,
2012/11/26 Gilles Sadowski <gil...@harfang.homelinux.org> > Hi. > > > [...] > > + * This library is "approved for public release", and the > > + * <a href=" > http://www.dtic.mil/dtic/pdf/announcements/CopyrightGuidance.pdf">Copyright > guidance</a> > > + * indicates that unless otherwise stated in the code, all FORTRAN > functions in > > + * this library are license free. Since no such notice appears in the > code these > > + * functions can safely be ported to Commons-Math. > > + * </p> > > * > > * @version $Id$ > > */ > > @@ -30,6 +56,47 @@ public class Beta { > > private static final double DEFAULT_EPSILON = 10e-15; > ^^^^^^ > > This looks like a typo. > [This is not part of the modified code but it should be changed to > "1e-14".] > > True. I will change it. Sébastien > > Regards, > Gilles > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >