ホーム
おまかせ表示
ログイン
設定
脳科学辞典について
免責事項
脳科学辞典
検索
テンプレート:Pow/docのソースを表示
←
テンプレート:Pow/doc
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループに属する利用者のみが実行できます:
登録利用者
。
このページのソースの閲覧やコピーができます。
{{Documentation subpage}} == Usage == This template provides an expression for a power. It checks whether base and exponent both have an integer value. If so, they are converted to type integer and [[Template:Powint]] is applied, otherwise the power is applied directly. Thus the highest accuracy is achieved, and the result is of type integer where possible, for display and accurate subsequent computations. == Syntax == <source lang="html5"> {{pow|base|power}} </source> == Examples == * {{xpsoc|pow|257|7}} * {{xpsoc|pow|257.3|7}} * {{xpsoc|pow|257|7.1}} * {{xpsoc|pow|257|8}} * {{xpsoc|numfh|{{pow|257|7}}}} * {{xpsoc|numfh|{{pow|257.3|7}}}} * {{xpsoc|numfh|{{pow|257|7.1}}}} * {{xpsoc|numfh|{{pow|257|8}}}} <includeonly><!-- template categories and interwiki links --> [[Category:Mathematical templates|{{PAGENAME}}]] </includeonly>
テンプレート:Pow/doc
に戻る。