Determine max floating point value with given bit allocation

max_dbl_with_format(float_bits = c(1, 11, 52))

Arguments

float_bits

3-element numeric vector with bitwidths of sign, exponent and mantissa

Value

Return the value of the maximum possible value representable by this floating point representation