<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sqrt</title>
	<atom:link href="https://www.aitaocui.cn/tag/214930/feed" rel="self" type="application/rss+xml" />
	<link>https://www.aitaocui.cn</link>
	<description>翡翠玉石爱好者聚集地</description>
	<lastBuildDate>Thu, 24 Nov 2022 23:18:39 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.aitaocui.cn/wp-content/uploads/2022/11/taocui.png</url>
	<title>sqrt</title>
	<link>https://www.aitaocui.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>sqrt(数学专用术语)</title>
		<link>https://www.aitaocui.cn/article/326519.html</link>
					<comments>https://www.aitaocui.cn/article/326519.html#respond</comments>
		
		<dc:creator><![CDATA[卢西]]></dc:creator>
		<pubDate>Thu, 24 Nov 2022 23:18:39 +0000</pubDate>
				<category><![CDATA[百科]]></category>
		<category><![CDATA[sqrt]]></category>
		<guid isPermaLink="false">https://www.aitaocui.cn/?p=326519</guid>

					<description><![CDATA[sqrt.方根计算，是数学科学中的专业术语，就是一个数平方的反运算，非常复杂，在计算机行业可以用来考验CPU的浮点能力。 简介 功 能 一个非负实数的平方根。 函数原型 在VC6....]]></description>
										<content:encoded><![CDATA[</p>
<article>
<p>sqrt.方根计算，是数学科学中的专业术语，就是一个数平方的反运算，非常复杂，在计算机行业可以用来考验CPU的浮点能力。</p>
</article>
<article>
<h1>简介</h1>
<h2 id="a-c385ca21">功 能</h2>
<p>一个非负实数的平方根。</p>
<h2 id="a-17ac5a04">函数原型</h2>
<p>在VC6.0中的math.h头文件的函数原型为double sqrt(double);</p>
<h2 id="a-df32d7ad">说明</h2>
<p>sqrt系Square Root Calculations(平方根计算)，通过这种运算可以考验CPU的浮点能力。</p>
<h1>Python函数</h1>
<p>#!/usr/bin/env python</p>
<p>import math # This will import math module</p>
<p>print(&quot;math.sqrt(100) is:&quot;, math.sqrt(100))</p>
<h1>C/C++</h1>
<p>程序例：</p>
<p>#include </p>
<p>#include </p>
<p>int main(void)</p>
<p>{</p>
<p>double x = 4.0, result;</p>
<p>result = sqrt(x); //result*result = x</p>
<p>printf(&quot;The square root of %f is %f//n&quot;, x, result);</p>
<p>return 0;</p>
<p>}</p>
</article>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aitaocui.cn/article/326519.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
