Documentation

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

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

Assumes num < den.

Equations
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.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For