find_factors: Find all the factors of a positive integer

View source: R/math_funcs.R

find_factorsR Documentation

Find all the factors of a positive integer

Description

Find all the factors of a positive integer

Usage

find_factors(x)

Arguments

x

Positive integer

Value

Vector of integers containing all the positive factors of x (from 1 to x inclusive)

Examples

find_factors(112749)


BIO-RSG/oceancolouR documentation built on April 30, 2024, 7:54 a.m.