ClikaRT::ops::frexp
function
frexp()
Decomposes each element into mantissa * 2^exponent with |mantissa| in [0.5, 1). Floating-point inputs only. The mantissa keeps the input's dtype (Float32 for the bit-packed sub-byte float formats, whose value grids cannot hold the mantissa range); the exponent is Int32.
Returns: a 2-element array {mantissa, exponent}.
Declared in ClikaRT/compute/ops.h, line 4966