Macro separated_float

Source
macro_rules! separated_float {
    ($string:expr) => { ... };
}