module matan.misc
Functions
round_significant — round the number with x significant digits
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.