Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: fix typos in Math.cos and Math.cosh #2509

Merged
merged 1 commit into from
Sep 14, 2021
Merged

Editorial: fix typos in Math.cos and Math.cosh #2509

merged 1 commit into from
Sep 14, 2021

Conversation

bakkot
Copy link
Contributor

@bakkot bakkot commented Sep 11, 2021

Fixes #2508.

Hopefully the last typo from #2122. I've checked all the boundary cases again, but I did that before and clearly managed to miss this one, so there might well still be some lurking.

I'm calling this editorial because that's what we've been doing in #2185, #2450, etc.

@bakkot bakkot changed the title Editorial: fix typo in Math.cos Editorial: fix typos in Math.cos and Math.cosh Sep 11, 2021
spec.html Outdated Show resolved Hide resolved
spec.html Outdated Show resolved Hide resolved
@bakkot bakkot added the ready to merge Editors believe this PR needs no further reviews, and is ready to land. label Sep 13, 2021
@ljharb ljharb merged commit af8cec9 into master Sep 14, 2021
@ljharb ljharb deleted the fix-cos branch September 14, 2021 02:00
mathiasbynens pushed a commit to mathiasbynens/ecma262 that referenced this pull request Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial change ready to merge Editors believe this PR needs no further reviews, and is ready to land. spec bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Math.cos returns 0 or -0 if the input is 0 or -0 respectively
4 participants