xsd.double

The double datatype is patterned after the IEEE double-precision 64-bit floating point datatype IEEE 754-2008. Each floating point datatype has a value space that is a subset of the rational numbers. Floating point numbers are often used to approximate arbitrary real numbers.

Base class: xsd.anyAtomicType -> xsd.anySimpleType

class xsd.double

Attributes

xsd.double.value

Returns the value of the double-precision floating point number as native float.

Special methods

__bool__, __eq__, __float__, __ge__, __gt__, __le__, __lt__, __ne__