Learn R Programming

pnf (version 0.1.1)

Prime Numbers and Integer Factorization

Description

An R package for prime number generation, primality testing and integer factorization, currently, using simple methods.

Copy Link

Version

Install

install.packages('pnf')

Monthly Downloads

9

Version

0.1.1

License

GPL (>= 2)

Maintainer

Abby Rothway

Last Published

June 19th, 2015

Functions in pnf (0.1.1)

is_prime

Primality Test
factorize

Complete Prime Factorization
png

Prime Number Generation
pnf

Integer Factorization