pub fn encode_float_double_ibm_hex(value: f64, buffer: &mut [u8]) -> Result<()>Expand description
Encode a COMP-2 value in IBM hexadecimal floating-point format.
ยงErrors
Returns:
CBKE510_NUMERIC_OVERFLOWif the buffer is too smallCBKE510_NUMERIC_OVERFLOWfor non-finite values or exponent overflow