Ternary conditions to find expmod?

前端 未结 0 608
梦毁少年i
梦毁少年i 2020-11-28 09:57

I am reading SICP in JS about a non-terminating example of ternary conditions:

function is_even(n) {
    return n % 2 === 0;
}

function expmod(base, exp, m)          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题