maxValue property

double get maxValue

The maximum value representable by the E4M3 format

Implementation

static double get maxValue =>
    populator().ofConstant(FloatingPointConstants.largestNormal).toDouble();