This instance ofPyTypeObject represents the Python floating pointtype. This is the same object asfloat in the Python layer.
Return true if its argument is aPyFloatObject or a subtype ofPyFloatObject.
Return true if its argument is aPyFloatObject, but not a subtype ofPyFloatObject.
Create aPyFloatObject object based on the string value instr, orNULL on failure.
Create aPyFloatObject object fromv, orNULL on failure.
Return a Cdouble representation of the contents ofpyfloat. Ifpyfloat is not a Python floating point object but has a__float__()method, this method will first be called to convertpyfloat into a float.This method returns-1.0 upon failure, so one should callPyErr_Occurred() to check for errors.
Return a Cdouble representation of the contents ofpyfloat, butwithout error checking.
Return a structseq instance which contains information about theprecision, minimum and maximum values of a float. It’s a thin wrapperaround the header filefloat.h.
Return the maximum representable finite floatDBL_MAX as Cdouble.
Return the minimum normalized positive floatDBL_MIN as Cdouble.
Clear the float free list. Return the number of items that could notbe freed.
Enter search terms or a module, class or function name.