hikari.utility.certain_float ============================ .. py:module:: hikari.utility.certain_float Functions --------- .. autoapisummary:: hikari.utility.certain_float.cfloat Module Contents --------------- .. py:function:: cfloat(string) Create "certain float" (`ufloat.n`) from string by converting it first to `uncertainties.ufloat` and then taking the nominal value. :param string: string to be converted :type string: str :return: float with no uncertainty :rtype: float