from typing import List

__all__: List[str]

def mintypecode(typechars, typeset=..., default=...): ...
def asfarray(a, dtype = ...): ...
def real(val): ...
def imag(val): ...
def iscomplex(x): ...
def isreal(x): ...
def iscomplexobj(x): ...
def isrealobj(x): ...
def nan_to_num(x, copy=..., nan=..., posinf=..., neginf=...): ...
def real_if_close(a, tol=...): ...
def typename(char): ...
def common_type(*arrays): ...

# NOTE: Deprecated
# def asscalar(a): ...
