( round )

Legend
Has corresponding code
No direct match, but an alternative exists
No corresponding code
-TODO
( .. )Not localized
Example Python
pytest
C++
GoogleTest
Swift
Testing
Kotlin
jUnit
Bash
bats
( truncate_toward_zero ) int(v) - - - -
( floor ) math.floor - - - -
( ceil ) math.ceil() - - - -
( round_bankers_rounding ) round - - - -
( round_half_up ) decimal.quantize - - - -