menu
rohd_hcl
rohd_hcl.dart
FloatingPointValue
isExponentAllZeros property
isExponentAllZeros
dark_mode
light_mode
isExponentAllZeros
property
bool
get
isExponentAllZeros
Test if exponent is all '0's.
Implementation
bool get isExponentAllZeros => exponent.or() == LogicValue.zero;
rohd_hcl
rohd_hcl
FloatingPointValue
isExponentAllZeros property
FloatingPointValue class