minValue property

double minValue

The minimum value representable by the E4M3 format

Implementation

static double get minValue => pow(2, -9).toDouble();