minValue property

double get minValue

The minimum value representable by the E4M3 format

Implementation

static double get minValue => populator()
    .ofConstant(FloatingPointConstants.smallestPositiveSubnormal)
    .toDouble();