is.prime: Determine whether an integer is a prime

View source: R/estsh.R

is.primeR Documentation

Determine whether an integer is a prime

Description

Determine whether an integer is a prime

Usage

is.prime(x)

Arguments

x

the integer to be determined.

Value

the result: TRUE (x is a prime) or FALSE (x is not a prime).

Examples

is.prime(7)
is.prime(8)

ShapDoE documentation built on May 29, 2024, 11:24 a.m.

Related to is.prime in ShapDoE...