menu
rohd_hcl
rohd_hcl.dart
FloatingPointValue
isExponentAllOnes property
isExponentAllOnes
dark_mode
light_mode
isExponentAllOnes
property
bool
get
isExponentAllOnes
Test if exponent is all '1's.
Implementation
bool get isExponentAllOnes => exponent.and() == LogicValue.one;
rohd_hcl
rohd_hcl
FloatingPointValue
isExponentAllOnes property
FloatingPointValue class