Difference between revisions of "LlModPow/ja"

From Second Life Wiki
Jump to navigation Jump to search
(Initial translation)
 
m (カテゴリ変更)
Line 19: Line 19:
|also_articles
|also_articles
|notes
|notes
|cat1=Math
|cat1=Math/ja
|cat2
|cat2
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 07:23, 10 April 2010

要約

関数: integer llModPow( integer a, integer b, integer c );

ab 乗を c で割った余り ( (a**b)%c )を integer で返します。

• integer a
• integer b 0xFFFF (16 ビット) 以下に丸められます
• integer c

警告

  • この関数は 1.0 秒間、スクリプトを停止します。
  • b0xFFFF (16 bits) 以下に丸められます。
All Issues ~ Search JIRA for related Bugs

サンプル

特記事項

Search JIRA for related Issues

Signature

function integer llModPow( integer a, integer b, integer c );
この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。