Function bexp_q24

Source
pub const fn bexp_q24(log_scale: i32) -> i64
Expand description

Binary exponentiation of a log_scale with 24-bit fractional precision and saturation. log_scale: A binary logarithm in Q24 format. Returns the binary exponential in Q24 format, saturated to 2**47 - 1 if log_scale was too large.