matan.misc [source]

module matan.misc

Functions

matan.misc.round_significant [source]

function round_significant(x: float, significant: int = 2)

round the number with x significant digits

Parameters

  • x : float — number to round

  • significant : int — how many significant digits to include

Examples

FIXME: Add docs.