Multiplication of two fixed-point numbers.
Equations
Instances For
Multiplication of two extended fixed-point numbers.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Multiplication of two floating point numbers, rounded to a floating point number using the provided rounding mode.
Implemented using e_mul
, by conversion to extended fixed-point numbers.
Instances For
Multiplication of two floating point numbers, rounded to a floating point number using the provided rounding mode.
A bit-blastable version of multiplication, without using e_mul
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Doubles the given floating point number, rounding to infinity if applicable.
Equations
- One or more equations did not get rendered due to their size.