Documentation

Fp.Sqrt

def sqrt_iter {n : Nat} (i : Nat) (x w : BitVec n) :
BitVec (n + 1)

Implementation of integer square root. Remainder bit appended to the end of the result.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def bit_sqrt {n : Nat} (x : BitVec n) :
    BitVec (n + 1)
    Equations
    Instances For
      def sqrt_impl {e s : Nat} (x : PackedFloat e s) (m : RoundingMode) :
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For