.findFactors {SpaDES.tools}R Documentation

Find factors

Description

Internal function (used in gaussMap()). Finds the integer factors of an integer.

Usage

.findFactors(x)

Arguments

x

An integer to factorize

Value

A vector of integer factors


[Package SpaDES.tools version 2.0.7 Index]