Closed
Description
Following up on gh-129: we removed the tiny
attribute from finfo
because it's badly named. In the discussion @kgryte explained its purpose and proposed instead to add two new attributes: smallest_normal
and smallest_subnormal
. That does sound like a good idea, however it'd be good to propose adding those attributes to numpy.finfo
first, because it's not existing API and if NumPy doesn't want to extend finfo
then we're better off leaving it out probably.
Metadata
Metadata
Assignees
Labels
No labels