class documentation

class ComplexFloatingFormat:

View In Hierarchy

Formatter for subtypes of np.complexfloating
Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable imag​_format Undocumented
Instance Variable real​_format Undocumented
def __call__(self, x):

Undocumented

def __init__(self, x, precision, floatmode, suppress_small, sign=False, *, legacy=None):

Undocumented

imag_format =

Undocumented

real_format =

Undocumented