{"id":1022784,"date":"2024-12-27T13:38:12","date_gmt":"2024-12-27T05:38:12","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1022784.html"},"modified":"2024-12-27T13:38:15","modified_gmt":"2024-12-27T05:38:15","slug":"python%e4%b8%ad%e5%a6%82%e4%bd%95%e4%bd%bf%e7%94%a8sqrt","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/1022784.html","title":{"rendered":"python\u4e2d\u5982\u4f55\u4f7f\u7528sqrt"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/25165209\/d702d65a-63f3-4ef7-b247-aa626642c300.webp\" alt=\"python\u4e2d\u5982\u4f55\u4f7f\u7528sqrt\" \/><\/p>\n<p><p> \u5728Python\u4e2d\uff0c<strong>\u4f7f\u7528<code>sqrt<\/code>\u51fd\u6570\u8ba1\u7b97\u5e73\u65b9\u6839\uff0c\u53ef\u4ee5\u901a\u8fc7\u5bfc\u5165<code>math<\/code>\u6a21\u5757\u4e2d\u7684<code>sqrt<\/code>\u51fd\u6570\u6765\u5b9e\u73b0<\/strong>\u3001<strong>\u4e5f\u53ef\u4ee5\u901a\u8fc7<code>numpy<\/code>\u5e93\u4e2d\u7684<code>sqrt<\/code>\u51fd\u6570\u8fdb\u884c\u6570\u7ec4\u6216\u77e9\u9635\u7684\u5e73\u65b9\u6839\u8fd0\u7b97<\/strong>\u3002<strong><code>math<\/code>\u6a21\u5757\u9002\u5408\u5904\u7406\u5355\u4e2a\u6570\u503c\u7684\u5e73\u65b9\u6839\uff0c\u800c<code>numpy<\/code>\u5e93\u5219\u9002\u5408\u5904\u7406\u5927\u89c4\u6a21\u6570\u503c\u8ba1\u7b97<\/strong>\u3002\u4f8b\u5982\uff0c\u4f7f\u7528<code>math.sqrt(16)<\/code>\u53ef\u4ee5\u8fd4\u56de4.0\uff0c\u56e0\u4e3a4\u662f16\u7684\u5e73\u65b9\u6839\u3002<code>numpy<\/code>\u5e93\u7684<code>sqrt<\/code>\u51fd\u6570\u5219\u53ef\u4ee5\u5bf9\u6570\u7ec4\u4e2d\u7684\u6bcf\u4e2a\u5143\u7d20\u8fdb\u884c\u5e73\u65b9\u6839\u8ba1\u7b97\uff0c\u975e\u5e38\u9002\u5408\u7528\u4e8e\u79d1\u5b66\u8ba1\u7b97\u548c\u6570\u636e\u5206\u6790\u3002<\/p>\n<\/p>\n<p><p>\u5728\u6df1\u5165\u63a2\u8ba8\u5982\u4f55\u4f7f\u7528<code>sqrt<\/code>\u51fd\u6570\u4e4b\u524d\uff0c\u6211\u4eec\u9996\u5148\u8981\u660e\u786e\u4e00\u70b9\uff1a<code>sqrt<\/code>\u662f\u4e00\u4e2a\u7528\u4e8e\u8ba1\u7b97\u975e\u8d1f\u6570\u5e73\u65b9\u6839\u7684\u51fd\u6570\uff0c\u8d1f\u6570\u7684\u5e73\u65b9\u6839\u5728\u5b9e\u6570\u96c6\u5185\u5e76\u4e0d\u5b58\u5728\u3002\u56e0\u6b64\uff0c\u5728\u8fdb\u884c\u5e73\u65b9\u6839\u8ba1\u7b97\u65f6\uff0c\u786e\u4fdd\u8f93\u5165\u7684\u6570\u503c\u4e3a\u975e\u8d1f\u6570\u662f\u975e\u5e38\u91cd\u8981\u7684\u3002<\/p>\n<\/p>\n<p><p>\u4e00\u3001MATH\u6a21\u5757\u4e2d\u7684SQRT\u51fd\u6570<\/p>\n<\/p>\n<p><p>Python\u4e2d\uff0c<code>math<\/code>\u6a21\u5757\u662f\u4e00\u4e2a\u6807\u51c6\u5e93\u6a21\u5757\uff0c\u5b83\u63d0\u4f9b\u4e86\u4e00\u4e9b\u6570\u5b66\u51fd\u6570\uff0c\u5305\u62ec\u5e73\u65b9\u6839\u51fd\u6570<code>sqrt<\/code>\u3002\u8981\u4f7f\u7528<code>sqrt<\/code>\uff0c\u9996\u5148\u9700\u8981\u5bfc\u5165<code>math<\/code>\u6a21\u5757\u3002<code>math.sqrt(x)<\/code>\u7528\u4e8e\u8ba1\u7b97x\u7684\u5e73\u65b9\u6839\uff0cx\u5fc5\u987b\u4e3a\u975e\u8d1f\u6570\uff0c\u5426\u5219\u4f1a\u5f15\u53d1<code>ValueError<\/code>\u3002\u4e0b\u9762\u662f\u4e00\u4e9b\u4f7f\u7528\u793a\u4f8b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import math<\/p>\n<h2><strong>\u8ba1\u7b97\u6b63\u6570\u7684\u5e73\u65b9\u6839<\/strong><\/h2>\n<p>print(math.sqrt(16))  # \u8f93\u51fa: 4.0<\/p>\n<h2><strong>\u8ba1\u7b97\u5c0f\u6570\u7684\u5e73\u65b9\u6839<\/strong><\/h2>\n<p>print(math.sqrt(2.25))  # \u8f93\u51fa: 1.5<\/p>\n<h2><strong>\u8ba1\u7b970\u7684\u5e73\u65b9\u6839<\/strong><\/h2>\n<p>print(math.sqrt(0))  # \u8f93\u51fa: 0.0<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u8fd9\u4e9b\u793a\u4f8b\u4e2d\uff0c\u6211\u4eec\u53ef\u4ee5\u770b\u5230<code>math.sqrt<\/code>\u7684\u7b80\u5355\u5e94\u7528\u3002<code>math<\/code>\u6a21\u5757\u7684<code>sqrt<\/code>\u9002\u7528\u4e8e\u5904\u7406\u5355\u4e00\u7684\u6570\u503c\u8ba1\u7b97\uff0c\u975e\u5e38\u65b9\u4fbf\u7528\u4e8e\u57fa\u672c\u7684\u6570\u5b66\u8fd0\u7b97\u3002<\/p>\n<\/p>\n<p><p>\u4e8c\u3001NUMPY\u5e93\u4e2d\u7684SQRT\u51fd\u6570<\/p>\n<\/p>\n<p><p>\u5bf9\u4e8e\u9700\u8981\u8fdb\u884c\u6279\u91cf\u6570\u503c\u8ba1\u7b97\u7684\u573a\u5408\uff0c<code>numpy<\/code>\u5e93\u662f\u4e00\u4e2a\u975e\u5e38\u6709\u7528\u7684\u5de5\u5177\u3002<code>numpy<\/code>\u5e93\u63d0\u4f9b\u4e86\u4e00\u4e2a<code>sqrt<\/code>\u51fd\u6570\uff0c\u53ef\u4ee5\u5bf9\u6570\u7ec4\u6216\u77e9\u9635\u4e2d\u7684\u6bcf\u4e2a\u5143\u7d20\u8fdb\u884c\u5e73\u65b9\u6839\u8ba1\u7b97\u3002<code>numpy<\/code>\u7684\u4f18\u52bf\u5728\u4e8e\u5176\u9ad8\u6548\u7684\u6570\u7ec4\u64cd\u4f5c\u80fd\u529b\uff0c\u9002\u5408\u5927\u89c4\u6a21\u6570\u636e\u5904\u7406\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import numpy as np<\/p>\n<h2><strong>\u521b\u5efa\u4e00\u4e2a\u6570\u7ec4<\/strong><\/h2>\n<p>array = np.array([1, 4, 9, 16, 25])<\/p>\n<h2><strong>\u5bf9\u6570\u7ec4\u4e2d\u7684\u6bcf\u4e2a\u5143\u7d20\u8ba1\u7b97\u5e73\u65b9\u6839<\/strong><\/h2>\n<p>sqrt_array = np.sqrt(array)<\/p>\n<p>print(sqrt_array)  # \u8f93\u51fa: [1. 2. 3. 4. 5.]<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u8fd9\u4e2a\u793a\u4f8b\u4e2d\uff0c<code>np.sqrt<\/code>\u51fd\u6570\u5bf9\u6570\u7ec4<code>array<\/code>\u4e2d\u7684\u6bcf\u4e2a\u5143\u7d20\u8fdb\u884c\u4e86\u5e73\u65b9\u6839\u8ba1\u7b97\uff0c\u5e76\u8fd4\u56de\u4e86\u4e00\u4e2a\u65b0\u7684\u6570\u7ec4<code>sqrt_array<\/code>\u3002<code>numpy<\/code>\u7684<code>sqrt<\/code>\u51fd\u6570\u80fd\u591f\u5904\u7406\u5927\u89c4\u6a21\u6570\u7ec4\uff0c\u5e76\u4e14\u5176\u8ba1\u7b97\u901f\u5ea6\u901a\u5e38\u6bd4Python\u7684\u5faa\u73af\u66f4\u5feb\u3002<\/p>\n<\/p>\n<p><p>\u4e09\u3001\u5904\u7406\u8d1f\u6570\u5e73\u65b9\u6839<\/p>\n<\/p>\n<p><p>\u867d\u7136\u5b9e\u6570\u96c6\u5185\u7684\u8d1f\u6570\u6ca1\u6709\u5e73\u65b9\u6839\uff0c\u4f46\u5728\u590d\u6570\u96c6\u4e2d\uff0c\u8d1f\u6570\u662f\u6709\u5e73\u65b9\u6839\u7684\u3002Python\u7684<code>cmath<\/code>\u6a21\u5757\u4e13\u95e8\u7528\u4e8e\u5904\u7406\u590d\u6570\u8fd0\u7b97\uff0c<code>cmath<\/code>\u4e2d\u7684<code>sqrt<\/code>\u51fd\u6570\u53ef\u4ee5\u8ba1\u7b97\u8d1f\u6570\u7684\u5e73\u65b9\u6839\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import cmath<\/p>\n<h2><strong>\u8ba1\u7b97\u8d1f\u6570\u7684\u5e73\u65b9\u6839<\/strong><\/h2>\n<p>print(cmath.sqrt(-1))  # \u8f93\u51fa: 1j<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u4e0a\u9762\u7684\u793a\u4f8b\u4e2d\uff0c<code>cmath.sqrt(-1)<\/code>\u8fd4\u56de\u4e861j\uff0c\u8868\u793a\u865a\u6570\u5355\u4f4d\u7684\u5e73\u65b9\u6839\u3002<code>cmath<\/code>\u6a21\u5757\u63d0\u4f9b\u7684<code>sqrt<\/code>\u51fd\u6570\u9002\u7528\u4e8e\u590d\u6570\u8fd0\u7b97\uff0c\u56e0\u6b64\u53ef\u4ee5\u7528\u4e8e\u8ba1\u7b97\u8d1f\u6570\u7684\u5e73\u65b9\u6839\u3002<\/p>\n<\/p>\n<p><p>\u56db\u3001\u5e94\u7528\u573a\u666f<\/p>\n<\/p>\n<p><p>\u5e73\u65b9\u6839\u8fd0\u7b97\u5728\u8bb8\u591a\u9886\u57df\u4e2d\u90fd\u6709\u91cd\u8981\u5e94\u7528\uff0c\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u4ee5\u4e0b\u51e0\u4e2a\u65b9\u9762\uff1a<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>\u51e0\u4f55\u8ba1\u7b97<\/strong>\uff1a\u5728\u51e0\u4f55\u5b66\u4e2d\uff0c\u5e73\u65b9\u6839\u5e38\u7528\u4e8e\u8ba1\u7b97\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u659c\u8fb9\u957f\u5ea6\uff08\u5373\u52fe\u80a1\u5b9a\u7406\uff09\u3002\u4f8b\u5982\uff0c\u5df2\u77e5\u4e00\u4e2a\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u4e24\u6761\u76f4\u89d2\u8fb9\u957f\u4e3a3\u548c4\uff0c\u53ef\u4ee5\u4f7f\u7528<code>sqrt<\/code>\u51fd\u6570\u8ba1\u7b97\u659c\u8fb9\u957f\u5ea6\u4e3a5\u3002<\/p>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u7edf\u8ba1\u5206\u6790<\/strong>\uff1a\u5728\u7edf\u8ba1\u5206\u6790\u4e2d\uff0c\u6807\u51c6\u5dee\u7684\u8ba1\u7b97\u901a\u5e38\u6d89\u53ca\u5e73\u65b9\u6839\u8fd0\u7b97\u3002\u6807\u51c6\u5dee\u662f\u6570\u636e\u5206\u5e03\u7684\u4e00\u79cd\u5ea6\u91cf\uff0c\u53cd\u6620\u6570\u636e\u7684\u79bb\u6563\u7a0b\u5ea6\u3002<\/p>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u7269\u7406\u8ba1\u7b97<\/strong>\uff1a\u5728\u7269\u7406\u5b66\u4e2d\uff0c\u5e73\u65b9\u6839\u8fd0\u7b97\u88ab\u5e7f\u6cdb\u7528\u4e8e\u5404\u79cd\u516c\u5f0f\u4e2d\u3002\u4f8b\u5982\uff0c\u8ba1\u7b97\u7269\u4f53\u7684\u901f\u5ea6\u65f6\uff0c\u901f\u5ea6\u5e73\u65b9\u548c\u52a8\u80fd\u4e4b\u95f4\u6709\u76f4\u63a5\u5173\u7cfb\u3002<\/p>\n<\/p>\n<\/li>\n<\/ol>\n<p><p>\u4e94\u3001\u6027\u80fd\u4f18\u5316<\/p>\n<\/p>\n<p><p>\u5728\u8fdb\u884c\u5927\u89c4\u6a21\u6570\u636e\u8ba1\u7b97\u65f6\uff0c\u9009\u62e9\u5408\u9002\u7684\u5de5\u5177\u53ef\u4ee5\u663e\u8457\u63d0\u5347\u6548\u7387\u3002<code>numpy<\/code>\u5e93\u63d0\u4f9b\u7684\u6570\u7ec4\u64cd\u4f5c\u529f\u80fd\uff0c\u4f7f\u5f97\u5728\u5904\u7406\u5927\u578b\u6570\u636e\u96c6\u65f6\uff0c\u8ba1\u7b97\u6548\u7387\u5927\u5927\u63d0\u5347\u3002\u76f8\u6bd4\u4e8ePython\u7684\u5185\u7f6e\u5faa\u73af\u64cd\u4f5c\uff0c<code>numpy<\/code>\u7684\u5411\u91cf\u5316\u8ba1\u7b97\u53ef\u4ee5\u51cf\u5c11\u4ee3\u7801\u590d\u6742\u5ea6\uff0c\u5e76\u4e14\u63d0\u9ad8\u8fd0\u7b97\u901f\u5ea6\u3002<\/p>\n<\/p>\n<p><p>\u603b\u7ed3\u6765\u770b\uff0cPython\u4e2d\u7684\u5e73\u65b9\u6839\u8ba1\u7b97\u5de5\u5177\u4e30\u5bcc\u591a\u6837\uff0c\u9009\u62e9\u5408\u9002\u7684\u5de5\u5177\u548c\u65b9\u6cd5\u53d6\u51b3\u4e8e\u5177\u4f53\u7684\u5e94\u7528\u573a\u666f\u548c\u9700\u6c42\u3002\u5bf9\u4e8e\u5355\u4e2a\u6570\u503c\u7684\u7b80\u5355\u8ba1\u7b97\uff0c<code>math<\/code>\u6a21\u5757\u7684<code>sqrt<\/code>\u51fd\u6570\u662f\u4e00\u4e2a\u4e0d\u9519\u7684\u9009\u62e9\uff1b\u800c\u5bf9\u4e8e\u5927\u89c4\u6a21\u6570\u636e\u5904\u7406\uff0c<code>numpy<\/code>\u7684<code>sqrt<\/code>\u51fd\u6570\u5219\u66f4\u4e3a\u9ad8\u6548\u3002\u5982\u679c\u9700\u8981\u5904\u7406\u590d\u6570\uff0c<code>cmath<\/code>\u6a21\u5757\u5219\u53ef\u4ee5\u6ee1\u8db3\u9700\u6c42\u3002\u7406\u89e3\u6bcf\u79cd\u65b9\u6cd5\u7684\u4f18\u7f3a\u70b9\u548c\u9002\u7528\u573a\u666f\uff0c\u53ef\u4ee5\u5e2e\u52a9\u6211\u4eec\u5728\u7f16\u7a0b\u4e2d\u66f4\u9ad8\u6548\u5730\u5229\u7528\u8fd9\u4e9b\u5de5\u5177\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5728Python\u4e2d\uff0c\u5982\u4f55\u5bfc\u5165\u548c\u4f7f\u7528sqrt\u51fd\u6570\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0csqrt\u51fd\u6570\u662f\u7528\u4e8e\u8ba1\u7b97\u5e73\u65b9\u6839\u7684\u4e00\u4e2a\u51fd\u6570\u3002\u5b83\u901a\u5e38\u662f\u4ecemath\u6a21\u5757\u4e2d\u5bfc\u5165\u7684\u3002\u8981\u4f7f\u7528\u8be5\u51fd\u6570\uff0c\u60a8\u9700\u8981\u5148\u5bfc\u5165math\u6a21\u5757\uff0c\u7136\u540e\u8c03\u7528math.sqrt()\u51fd\u6570\u3002\u4f8b\u5982\uff1a  <\/p>\n<pre><code class=\"language-python\">import math  \nresult = math.sqrt(16)  # \u7ed3\u679c\u4e3a4.0  \n<\/code><\/pre>\n<p><strong>\u4f7f\u7528sqrt\u51fd\u6570\u65f6\u9700\u8981\u6ce8\u610f\u54ea\u4e9b\u5e38\u89c1\u9519\u8bef\uff1f<\/strong><br \/>\u5728\u4f7f\u7528sqrt\u51fd\u6570\u65f6\uff0c\u5e38\u89c1\u7684\u9519\u8bef\u5305\u62ec\u8bd5\u56fe\u5bf9\u8d1f\u6570\u6c42\u5e73\u65b9\u6839\uff0c\u8fd9\u5c06\u5bfc\u81f4ValueError\u3002\u4e3a\u4e86\u907f\u514d\u8fd9\u79cd\u60c5\u51b5\uff0c\u53ef\u4ee5\u5728\u8c03\u7528sqrt\u4e4b\u524d\u68c0\u67e5\u6570\u503c\u662f\u5426\u4e3a\u975e\u8d1f\u6570\uff0c\u6216\u8005\u4f7f\u7528\u590d\u6570\u652f\u6301\u6765\u5904\u7406\u8d1f\u6570\u5e73\u65b9\u6839\u3002\u793a\u4f8b\u4ee3\u7801\u5982\u4e0b\uff1a  <\/p>\n<pre><code class=\"language-python\">import math  \n\nnumber = -4  \nif number &lt; 0:  \n    print(&quot;\u65e0\u6cd5\u8ba1\u7b97\u8d1f\u6570\u7684\u5e73\u65b9\u6839&quot;)  \nelse:  \n    result = math.sqrt(number)  \n<\/code><\/pre>\n<p><strong>\u5e73\u65b9\u6839\u8ba1\u7b97\u662f\u5426\u4ec5\u9650\u4e8e\u6b63\u6570\uff1f\u5728Python\u4e2d\u5982\u4f55\u5904\u7406\u8d1f\u6570\u5e73\u65b9\u6839\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0csqrt\u51fd\u6570\u65e0\u6cd5\u76f4\u63a5\u8ba1\u7b97\u8d1f\u6570\u7684\u5e73\u65b9\u6839\u3002\u5982\u679c\u60a8\u9700\u8981\u5904\u7406\u8d1f\u6570\u7684\u5e73\u65b9\u6839\uff0c\u53ef\u4ee5\u4f7f\u7528\u590d\u6570\u7c7b\u578b\u3002\u901a\u8fc7\u5728\u6570\u5b57\u524d\u52a0\u4e0a\u201cj\u201d\u6765\u8868\u793a\u865a\u6570\u90e8\u5206\u3002\u4f8b\u5982\uff1a  <\/p>\n<pre><code class=\"language-python\">result = complex(0, math.sqrt(abs(-4)))  # \u7ed3\u679c\u4e3a2j  \n<\/code><\/pre>\n<p>\u8fd9\u79cd\u65b9\u6cd5\u5141\u8bb8\u60a8\u5728\u8ba1\u7b97\u4e2d\u4f7f\u7528\u590d\u6570\uff0c\u786e\u4fdd\u7a0b\u5e8f\u7684\u7a33\u5b9a\u6027\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u5728Python\u4e2d\uff0c\u4f7f\u7528sqrt\u51fd\u6570\u8ba1\u7b97\u5e73\u65b9\u6839\uff0c\u53ef\u4ee5\u901a\u8fc7\u5bfc\u5165math\u6a21\u5757\u4e2d\u7684sqrt\u51fd\u6570\u6765\u5b9e\u73b0\u3001\u4e5f\u53ef\u4ee5\u901a\u8fc7num [&hellip;]","protected":false},"author":3,"featured_media":1022791,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[37],"tags":[],"acf":[],"_links":{"self":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1022784"}],"collection":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/comments?post=1022784"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1022784\/revisions"}],"predecessor-version":[{"id":1022793,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1022784\/revisions\/1022793"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1022791"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1022784"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1022784"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1022784"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}