src/pylib/builtins/round/PY_SHORT_FLOAT_REPR

Search:
Group by:
Source   Edit  

Procs

proc round(dd: float; ndigits: int): float {....raises: [], tags: [], forbids: [].}
version of double_round that uses the correctly-rounded string<->double conversions from Python/dtoa.c Source   Edit