Function num

Source
fn num(
    ui: &mut Ui,
    e: &mut Edits,
    label: &str,
    v: &mut f32,
    range: RangeInclusive<f32>,
)