class MachArLike:
Method | __init__ |
Undocumented |
Method | _float_conv |
Converts float to conv. |
Method | _float_to_float |
Converts float to float. |
Method | _float_to_str |
Converts float to str. |
Instance Variable | _smallest_subnormal |
Undocumented |
Instance Variable | _str_eps |
Undocumented |
Instance Variable | _str_epsneg |
Undocumented |
Instance Variable | _str_resolution |
Undocumented |
Instance Variable | _str_smallest_normal |
Undocumented |
Instance Variable | _str_xmax |
Undocumented |
Instance Variable | _str_xmin |
Undocumented |
Instance Variable | eps |
Undocumented |
Instance Variable | epsilon |
Undocumented |
Instance Variable | epsneg |
Undocumented |
Instance Variable | ftype |
Undocumented |
Instance Variable | huge |
Undocumented |
Instance Variable | ibeta |
Undocumented |
Instance Variable | params |
Undocumented |
Instance Variable | precision |
Undocumented |
Instance Variable | resolution |
Undocumented |
Instance Variable | smallest_normal |
Undocumented |
Instance Variable | tiny |
Undocumented |
Instance Variable | title |
Undocumented |
Instance Variable | xmax |
Undocumented |
Instance Variable | xmin |
Undocumented |
Property | _str_smallest_subnormal |
Return the string representation of the smallest subnormal. |
Property | smallest_subnormal |
Return the value for the smallest subnormal. |
Undocumented
Converts float to conv.
Converts float to float.