fac_tree: A function that takes number and returns its base factors

View source: R/factor_tree.R

fac_treeR Documentation

A function that takes number and returns its base factors

Description

A function that takes number and returns its base factors

Usage

fac_tree(x)

Arguments

number

any number greater than 0

Value

'fac_tree' returns a vector containing all the base facotrs of the input

Examples

fac_tree(12)

smbjohnson/UtilityFunctions documentation built on July 1, 2022, 7:55 p.m.