myprime: Checking prime number

Description Usage Examples

View source: R/prime.R

Description

The name of the function is myprime. The format of the function is myprime(x). This function checks prime numbers. In other words, If you put one of the counting numbers to x, it tells you whether the number is a prime number or not.

Usage

1

Examples

1
myprime(11)

yujeongseong/myprime documentation built on June 6, 2020, 2:07 p.m.