翻译成&quot;向下取整&quot;/"向上取整&quot;如何?<br><br><div><span class="gmail_quote">在07-8-30,<b class="gmail_sendername">Liang Qi</b> &lt;<a href="mailto:cavendish.qi@gmail.com">cavendish.qi@gmail.com</a>&gt; 写道:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
严格的讲是<br>floor(n)是求比n小的最大整数<br>ceil(n)是求比n大的最小整数<br><br><a href="http://www.cplusplus.com/reference/clibrary/cmath/floor.html">http://www.cplusplus.com/reference/clibrary/cmath/floor.html</a><br><a href="http://www.cplusplus.com/reference/clibrary/cmath/ceil.html">
http://www.cplusplus.com/reference/clibrary/cmath/ceil.html</a><br><br>齐亮<br><br>On 30/08/2007, nihui &lt;<a href="mailto:shuizhuyuanluo@126.com">shuizhuyuanluo@126.com</a>&gt; wrote:<br>&gt; 对了,今天问了我数学老师<br>&gt;<br>&gt; floor(n)=n 和 ceil(n)=n 据说是&quot;取整值&quot;和&quot;取整加一值&quot;,不知道是不是这样子。。。。
<br>_______________________________________________<br>kde-china mailing list<br><a href="mailto:kde-china@kde.org">kde-china@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/kde-china">https://mail.kde.org/mailman/listinfo/kde-china
</a><br></blockquote></div><br>