@hackage posit2022.2.0.3

Posit Numbers

  • Installation

  • Tested Compilers

  • Dependencies (6)

  • Dependents (1)

    @hackage/cl3-posit
  • Package Flags

      do-no-storable-random
       (off by default)

      Build without Storable or Random/Uniform Class support

      do-liquid
       (off by default)

      Build with Liquid Haskell checking

      do-rewrite
       (off by default)

      Build with Rewrite Rules for Fused Operations. Warning! this may not be deterministic between GHC releases.

      warn-overflow-underflow
       (off by default)

      Build with the option to emit warnings when an overflow or underflow occurs.

The Posit Number format attempting to conform to the Posit Standard Versions 3.2 and 2022. Where Real numbers are approximated by `Maybe Rational` and sampled in a similar way to the projective real line.