| 総合手引 | セクション 3 | English | オプション |
#include <math.h>
sqrt() および sqrtf() 関数は、非負の x の平方根を計算します。
VAX 上の sqrt() 関数は、0.501 ulp の範囲内で正確です。 IEEE 754 に適合しているマシン上の sqrt は、実施中の丸め方法に従って、 正確に丸められます。 その誤差は、デフォルトの方法 (四捨五入) では、 ulp の半分未満です。 ulp とは、最後に繰り上げられた位置の位 ( Unit in the Last Placce ) です。
| SQRT (3) | May 6, 1991 |
| 総合手引 | セクション 3 | English | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
| “ | A typical Unix /bin or /usr/bin directory contains a hundred different kinds of programs, written by dozens of egotistical programmers, each with its own syntax, operating paradigm, rules of use ... strategies for specifying options, and different sets of constraints. | ” |
| — The Unix Haters' handbook | ||