Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Free functions

round_downRounds down to the nearest integer (floor).
round_upRounds up to the nearest integer (ceiling).
round_half_upStandard rounding (half up). Rounds to nearest integer, with 0.5 rounding up.
round_toward_zeroRounds toward zero (truncation)….
round_away_from_zeroRounds away from zero….
truncate_decimals
round_to_decimals
approx_equal
clamp
min
max
_split_unsigned