* Decimal to binary using recursion algorithm. * For example, if number = 5, the function returns the decimal integer 101. * @param number positive integer number to convert * @returns integer with digits representing binary value representation of * number. */
source not stored for this graph (policy: none)