pub fn encode_float_single_ibm_hex(value: f32, buffer: &mut [u8]) -> Result<()>Expand description
Encode a COMP-1 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