Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Fix sincosf for interval (7*pi/4, 9*pi/4) #233

Merged
merged 1 commit into from
Nov 22, 2019
Merged

Fix sincosf for interval (7*pi/4, 9*pi/4) #233

merged 1 commit into from
Nov 22, 2019

Conversation

ajfrantz
Copy link
Contributor

A mistake was made in porting musl's implementation which caused the sin
and cos components to be reversed.

closes #232

A mistake was made in porting musl's implementation which caused the sin
and cos components to be reversed.

closes #232
@Lokathor
Copy link
Contributor

I'm still new as a maintainer so I'll let Alex double check this before it's merged. Either way they'll need to be the one to publish the 0.2.1

@alexcrichton alexcrichton merged commit e149ec3 into rust-lang:master Nov 22, 2019
@alexcrichton
Copy link
Member

Thanks!

@ajfrantz ajfrantz deleted the fix_sincosf branch November 22, 2019 21:23
tgross35 pushed a commit that referenced this pull request Apr 18, 2025
A mistake was made in porting musl's implementation which caused the sin
and cos components to be reversed.

closes #232
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sincosf returns wrong results on interval (7*pi/4, 9*pi/4)
3 participants