FixedToFloat
should accept a FloatingPoint
for special case consideration
#181
Labels
enhancement
New feature or request
Motivation
Currently,
FixedToFloat
accepts anexponentWidth
andmantissaWidth
, but also then calculates infinity (for example) internally based on generic floating point rules. It would be better to use aFloatingPoint
object, and it'sFloatingPointValue
type, to determine what "infinity" is represented as (or if it even supports infinity).Desired solution
Modify/add a constructor and parameterize
FixedToFloat
so that it can properly handle special cases based on the type.Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: