模板: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>