float_precision property

float_precision property

Gets or sets the option to round a float-precision floating-point value to a specified number of fractional digits. It is ‘3’ by default.

Definition:

@property
def float_precision(self):
    ...
@float_precision.setter
def float_precision(self, value):
    ...

See Also