Skip to content
Prev 12452 / 63461 Next

segfault in approx() (PR#6809)

kjetil@entelnet.bo writes:
Yup. Sanity check needed on entrance to approx1. I suppose that

  if (!n) return NaN;

should do the trick.