prime.factor {schoolmath}R Documentation

giving prime-factors of a number

Description

This function calculates the prime-factors of a number

Usage

prime.factor(n)

Arguments

n the number to be checked

Author(s)

Joerg Schlarmann

Examples

prime.factor(21)
prime.factor(100)

[Package schoolmath version 0.2 Index]