模板:Radic
跳至導覽
跳至搜尋
√{{{1}}}
File:Test Template Info-Icon - Version (2).svg 模板文件[檢視] [編輯] [歷史] [清除快取]
| File:Edit-copy green with red question mark.svg | 此模板的文檔不存在、不全面或不能詳細描述其功能及/或其代碼中的參數。請幫助擴充並改進其文檔。 |
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>