Fixed

class pyrogue.Fixed(bitSize, binPoint)[source]

Model class for fixed point signed integers

Parameters:
  • bitSize (int) – Specifies the total number of bits, including the binary point bit width.

  • binPoint (int) – Specifies the bit location of the binary point, where bit zero is the least significant bit.

  • args (Any)

  • kwargs (Any)

Return type:

Any

pytype

alias of float