Community Profile

photo

Siddharth Joshi


Last seen: 4年弱 前 2020 年からアクティブ

統計

  • First Answer

バッジを表示

Content Feed

表示方法

回答済み
Function to find the next prime number...
function k = next_prime(n) if (~isscalar(n) || n<1 || n ~= fix(n)) error('n should be positive scalar ineger!!!') else ...

4年弱 前 | 0