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

math: missing Nextafter32 #8117

Closed
griesemer opened this issue May 28, 2014 · 4 comments
Closed

math: missing Nextafter32 #8117

griesemer opened this issue May 28, 2014 · 4 comments
Milestone

Comments

@griesemer
Copy link
Contributor

Nextafter cannot be used for float32 operands. Should probably introduce

Nextafter32
Nextafter64

and make Nextafter an "alias" for Nextafter64.
@griesemer
Copy link
Contributor Author

Comment 1:

See also https://golang.org/cl/93550043 which implements Nextafter32 in
math/big.

@gopherbot
Copy link

Comment 2:

CL https://golang.org/cl/101750048 mentions this issue.

@griesemer
Copy link
Contributor Author

Comment 3:

Status changed to Started.

@griesemer
Copy link
Contributor Author

Comment 4:

This issue was closed by revision a9035ed.

Status changed to Fixed.

@griesemer griesemer self-assigned this Jun 11, 2014
@rsc rsc added this to the Go1.4 milestone Apr 14, 2015
@rsc rsc removed the release-go1.4 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
wheatman pushed a commit to wheatman/go-akaros that referenced this issue Jun 25, 2018
Provide Nextafter64 as alias to Nextafter.
For submission after the 1.3 release.

Fixes golang#8117.

LGTM=adonovan
R=adonovan
CC=golang-codereviews
https://golang.org/cl/101750048
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants