Skip to main content

float_to_mant_exp

Function float_to_mant_exp 

Source
pub unsafe fn float_to_mant_exp(
    in_buff: *const u8,
    in_buff_len: usize,
    mant_buff: *mut u8,
    mant_buff_len: usize,
    exp_buff: *mut u8,
    exp_buff_len: usize,
) -> i32