CPUのベンチマークをおこなう方法
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#author("2020-05-18T03:27:29+00:00","","")
[[hidekiwiki]]
#html{{
<meta name="description" content="https://fukumoto.tokyo/...
<meta name="keywords" content="普通人間製作所,world,Cento...
<link rel="canonical" href="https://fukumoto.tokyo/wiki/"...
<br>
<a href="https://it.blogmura.com/linux/"><img src="https:...
<!-- admax -->
<script src="https://adm.shinobi.jp/s/1a0429ab1f292195e9a...
<!-- admax -->
</html>
}}
Centos等のサーバの負荷試験(CPUベンチマーク)のために、円周...
**円周率を1万桁まで計算する(高野の公式(1982年)を使用)...
$ bc -l -q
scale = 10000;
(12*a(1/49)+32*a(1/57)-5*a(1/239)+12*a(1/110443))*4
**円周率を100桁まで計算する(高野の公式(1982年)を使用)...
$ bc -l -q
scale = 100;
(12*a(1/49)+32*a(1/57)-5*a(1/239)+12*a(1/110443))*4
終了行:
#author("2020-05-18T03:27:29+00:00","","")
[[hidekiwiki]]
#html{{
<meta name="description" content="https://fukumoto.tokyo/...
<meta name="keywords" content="普通人間製作所,world,Cento...
<link rel="canonical" href="https://fukumoto.tokyo/wiki/"...
<br>
<a href="https://it.blogmura.com/linux/"><img src="https:...
<!-- admax -->
<script src="https://adm.shinobi.jp/s/1a0429ab1f292195e9a...
<!-- admax -->
</html>
}}
Centos等のサーバの負荷試験(CPUベンチマーク)のために、円周...
**円周率を1万桁まで計算する(高野の公式(1982年)を使用)...
$ bc -l -q
scale = 10000;
(12*a(1/49)+32*a(1/57)-5*a(1/239)+12*a(1/110443))*4
**円周率を100桁まで計算する(高野の公式(1982年)を使用)...
$ bc -l -q
scale = 100;
(12*a(1/49)+32*a(1/57)-5*a(1/239)+12*a(1/110443))*4
ページ名: