Undocumented
Class | TestCommaDecimalPointLocale |
Undocumented |
Function | _test_redirected_print |
Undocumented |
Function | test_complex_inf_nan |
Check inf/nan formatting of complex types. |
Function | test_complex_type_print |
Check formatting when using print |
Function | test_complex_types |
Check formatting of complex types. |
Function | test_float_type_print |
Check formatting when using print |
Function | test_float_types |
Check formatting. |
Function | test_nan_inf_float |
Check formatting of nan & inf. |
Function | test_scalar_format |
Test the str.format method with NumPy scalar types |
Constant | _REF |
Undocumented |
Check formatting of complex types.
This is only for the str function, and only for simple types. The precision of np.float32 and np.longdouble aren't the same as the python float precision.
Check formatting.
This is only for the str function, and only for simple types. The precision of np.float32 and np.longdouble aren't the same as the python float precision.