Documentation

Init.Data.Float.Model.Unpacked.Operations.Div

Returns the accuracy corresponding to the point y + (num/den)ulp.

Assumes num < den.

Instances For
    def Float.Model.UnpackedFloat.divCore (spec : Format) (m₁ : Nat) (e₁ : Int) (m₂ : Nat) (e₂ : Int) :

    Computes a (mantissa, exponent) pair for the quotient with enough bits to populate the mantissa for the given specification. Also returns an Accuracy stating how the returned pair relates to the infinitely precise quotient.

    Instances For

      Computes the quotient of two floating point numbers and rounds the result according to the given specification.

      Instances For