Microfloats
Documentation for Microfloats.
Microfloats.Microfloat
— TypeMicrofloat(S, E, M, V=:IEEE)
Create a new Microfloat
type with S
sign bits, E
exponent bits, and M
mantissa bits.
This "type constructor" ensures that the resulting type is legal.
The V
argument can be set to :MX
to create a Microscaling Format (MX) type.