mod operator 中文意思是什麼

mod operator 解釋
求模算符
  • mod : n. 〈亦 M-〉〈英國〉現代派分子,時髦派分子〈英國六十年代的嬉皮士〉。adj. 〈亦 M-〉現代派分子的;有現代派分子的特點的。
  • operator : n 1 操作者,機務員;司機,駕駛員;【軍事】電話兵;【電話】接線員,話務員(=telephone operator)...
  1. Operator mod returns the remainder from a truncating division

    。整除用mod表示
  2. Mod operator does not return accurate result

    Mod運算符未返回準確的結果
  3. The div operator performs floating - point division, the mod operator returns the remainder from a truncating division. the floor function returns the largest closest to positive infinity number that is not greater than the argument and that is an integer. the ceiling function returns the smallest closest to negative infinity number that is not less than the argument and that is an integer

    Div運算符做浮點除法運算, mod運算符做求余運算, floor函數返回不大於參數的最大整數趨近於正無窮, ceiling返回不小於參數的最小整數趨近於負無窮
分享友人