max_dbl_with_format: Determine max floating point value with given bit allocation

Description Usage Arguments Value

View source: R/lofi-dbl.R

Description

Determine max floating point value with given bit allocation

Usage

1
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


coolbutuseless/lofi documentation built on Nov. 4, 2019, 9:13 a.m.