q top-level property

BigInt q
getter/setter pair

Implementation

BigInt q = (
  BigInt.two.pow(446)
  - BigInt.parse(
    '13818066809895115352007386748515426880336692474882178609894547503885'
  )
);