You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The values passed to the std::sqrts in there probably should be clamped to zero; I ran into a case where a NaN was generated here due to a sample very close to one and an unlucky combination of values in the expression passed to it.
The text was updated successfully, but these errors were encountered:
The values passed to the
std::sqrts
in there probably should be clamped to zero; I ran into a case where a NaN was generated here due to a sample very close to one and an unlucky combination of values in the expression passed to it.The text was updated successfully, but these errors were encountered: