Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - English


primes

lists of primes up to a given number

Syntax

y = primes(x)

Arguments

x

real scalar

y

vector

Description

Given a real x, primes(x) returns in a vector y all the prime numbers in [2, x]. If x<2 then primes(x) returns an empty matrix.

Examples

primes(35)
--> primes(35)
 ans  =
   2.   3.   5.   7.   11.   13.   17.   19.   23.   29.   31.

See also

Report an issue
<< nchoosek Discrete mathematics rat >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Mar 27 11:52:42 GMT 2023