MCPcopy Create free account
hub / github.com/numpy/numpy / _str_smallest_subnormal

Method _str_smallest_subnormal

numpy/core/getlimits.py:87–89  ·  view source on GitHub ↗

Return the string representation of the smallest subnormal.

(self)

Source from the content-addressed store, hash-verified

85
86 @property
87 def _str_smallest_subnormal(self):
88 """Return the string representation of the smallest subnormal."""
89 return self._float_to_str(self.smallest_subnormal)
90
91 def _float_to_float(self, value):
92 """Converts float to float.

Callers

nothing calls this directly

Calls 1

_float_to_strMethod · 0.95

Tested by

no test coverage detected