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
Both sin and sin_u1, tan and tan_u1 , log1p do not return correct sign for -0.0, noticed this during testing. Thanks.
Fix for sin and sin_u1 is simple , just needs a flipsign operation
Both sin and sin_u1, tan and tan_u1 , log1p do not return correct sign for -0.0, noticed this during testing. Thanks.
Fix for sin and sin_u1 is simple , just needs a flipsign operation