minValue property
The minimum value representable by the E4M3 format
Implementation
static double get minValue => populator()
.ofConstant(FloatingPointConstants.smallestPositiveSubnormal)
.toDouble();
The minimum value representable by the E4M3 format
static double get minValue => populator()
.ofConstant(FloatingPointConstants.smallestPositiveSubnormal)
.toDouble();