Template:Radic/doc
跳转到导航
跳转到搜索
| File:Edit-copy green with red question mark.svg | 此模板的文档不存在、不全面或不能详细描述其功能及/或其代码中的参数。请帮助扩充并改进其文档。 |
| File:Edit-copy green.svg | 此頁面是Template:Radic的Template文档。 此頁面可能包含了模板的使用說明、分類和其他内容。 |
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>