aggNT = fixed.aggregateType(A,B)
computes the smallest binary point scaled numerictype that is able to represent both the
full range and precision of inputs A and B.
aggNT =
DataTypeMode: Fixed-point: binary point scaling
Signedness: Signed
WordLength: 19
FractionLength: 16
a_nt can represent the range [-4,4) with precision 2^-13. b_nt can represent the range [-2,2) with precision 2^-16. aggNT can represent the range [-4,4) with precision 2^-16.
a_fi can represent the range [0,3] with precision 2^-14. cInt can represent the range [0,255] with precision 2^0. aggNT can represent the range [0,255] with precision 2^-14.