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 Feb. 2, 2025, 2:01 a.m.