iqm.benchmarks.compressive_gst.mgst.reporting.reporting.number_to_str#
- iqm.benchmarks.compressive_gst.mgst.reporting.reporting.number_to_str(number: float, uncertainty: tuple[float, float] | None = None, precision: int = 3) str#
Formats a floating point number to a string with the given precision.
- Parameters:
- Returns:
The formatted floating point number as a string.
- Return type: