primes function
[y]=primes(x)
:x real scalar : :y vector :
Given a real x, primes(x) returns in a vector y all the primes numbers included between 1 and x. If x<2`then `primes(x) returns an empty matrix.
x=35 y=primes(x)
Enter search terms or a module, class or function name.