pub struct Hexf<F>(pub F);
Expand description

Format a floating point number as its IEEE hex (%a) representation.

Tuple Fields§

§0: F