minValue property

double minValue

The minimum value representable by the E5M2 format

Implementation

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