User Tools

Site Tools


collatz_function

Collatz function - one that, given an integer N, returns N/2 if N is even, and 3N + 1 if N is odd; see also Collatz conjecture. constexpr Variables (313)” (EMCppSfe 2021)

collatz_function.txt · Last modified: 2024/04/28 03:34 (external edit)