primes

Type: External

Group: general

Syntax

PRIMES(value)

Description

Calculates all the primes up to value.

Examples

PRIMES(10) = [2, 3, 5, 7]

See Also

isprime