TupleToolConeIsolation : Force |cos|<1 to avoid aborts from GSL in case of numerical instabilities.
When using TupleToolConeIsolation I got a few abort signals from GSL when it was passed |cos|>1 values. This seems to just be a numerical precision thing -- the values were only slightly over 1. This MR just adds some protection against these cases.