python_utils.is_numpy_float =========================== Back to :doc:`Module page <../modules/python_utils>` Summary ------- check if type(x) is one of numpy's float types Signature --------- .. code-block:: python def is_numpy_float(x) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``x`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text check if type(x) is one of numpy's float types