pub fn make_v3_possible_floating_point(val: u32) -> Option<u8>
Makes an u8 code out of an u32 value that can be represented as a floating point.
u8
u32
See definition in parse_v3_possible_floating_point
parse_v3_possible_floating_point