The type of a floating point number with the given ebits exponent bits and sbits significand bits.
ebits
sbits
FloatSort floatSort(int ebits, int sbits) => FloatSort(ebits, sbits).declare();