package progress

  1. Overview
  2. Docs

Module Units.PercentageSource

Prints a proportion as a percentage (e.g. 42%).

  0.      ↦  "  0%"
  0.42    ↦  " 42%"
  0.9999  ↦  " 99%"
  1.      ↦  "100%"

Note: values will be clamped into the range [0., 1.].

Sourceval of_float : float Progress_engine__.Printer.t
OCaml

Innovation. Community. Security.