photo

Malgorzata Frydrych


Last seen: 約3年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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...

約3年 前 | 0