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
boost::math::ccmath::floor(1.0) is returning 0.0 instead of 1.0.
Looks like the issue is here, when it compares the arg with result (which is 1) and returns 0 if the arg >= result.