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, with 0.5 rounding up.
round_toward_zeroRounds toward zero (truncation). Positive numbers round down, negative numbers round up.
round_away_from_zeroRounds away from zero. Positive numbers round up, negative numbers round down.
approx_equalChecks if two values are approximately equal within a tolerance.
clamp
min
max
_split_unsigned