Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « Context » Python 3.11.3

Méthode decimal.Context.create_decimal_from_float

Signature de la méthode create_decimal_from_float

def create_decimal_from_float(self, f) 

Description

help(Context.create_decimal_from_float)

Create a new Decimal instance from float f.  Unlike the Decimal.from_float()
class method, this function observes the context limits.