Skip to content

repr's for iinfo, finfo (with tests) #139

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

Closed
wants to merge 1 commit into from
Closed

repr's for iinfo, finfo (with tests) #139

wants to merge 1 commit into from

Conversation

brentp
Copy link
Contributor

@brentp brentp commented Aug 16, 2011

numpy.iinfo and numpy.finfo do not currently have a repr defined. This commit makes them appear as:

iinfo(min=-32768, max=32767, dtype=int16)

and

finfo(resolution=1e-06, min=-3.4028235e+38  max=3.4028235e+38, dtype=float32)

@rgommers
Copy link
Member

Looks good, thanks. Is merged.

@rgommers rgommers closed this Aug 18, 2011
luyahan pushed a commit to plctlab/numpy that referenced this pull request Apr 25, 2024
feat: Add vabs_[s16|s32|f32]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants