Double

class pyrogue.Double(bitSize)[source]

Model class for 64-bit floats.

Parameters:
  • bitSize (int) – Number of bits being represented. Must be 64.

  • args (Any)

  • kwargs (Any)

Return type:

Any

minValue()[source]

Return the minimum 64-bit float (-1.80e308).

Return type:

float

maxValue()[source]

Return the maximum 64-bit float (1.80e308).

Return type:

float