photo

Malgorzata Frydrych


Last seen: casi 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Function to find the next prime number...
function k= next_prime(n) if ~isscalar(n) || n<=0 || mod(n,1)~=0; error('number should be a positive integer scalar') end...

alrededor de 3 años hace | 0