模板:Radic/doc
跳至導覽
跳至搜尋
| File:Edit-copy green with red question mark.svg | 此模板的文檔不存在、不全面或不能詳細描述其功能及/或其代碼中的參數。請幫助擴充並改進其文檔。 |
| File:Edit-copy green.svg | 此頁面是Template:Radic的模板文件。 此頁面可能包含了模板的使用說明、分類和其他內容。 |
Usage[編輯]
{{radic|2}} gives √2.
{{radic|1 + 2''x''|4}} gives 4√1 + 2x.
To be used in simple inline formulae, where a <math> tag rendering to a PNG image would be overkill.
- 當然也可以選用
<math></math>輸出:{{Radic|2|3|use math=yes}}gives <math> \sqrt[ 3 ]{ 2} </math>.
- 若要放置於
<math></math>中請同時指定use math與in math為真,並且以{{#tag:math|}}來書寫math標籤:{{#tag:math| 2 + {{Radic|2|3|use math=yes|in math=yes}} }}gives <math> 2 + \sqrt[ 3 ]{ 2} </math>