Skip to contents

This function calculates the sum of combinations for a given number of Uridines.

Usage

.find_factorial_internal(num_U)

Arguments

num_U

An integer representing the number of Uridines.

Value

The sum of combinations as an integer.

Examples

if (FALSE) { # interactive()
}