fibo

Section: ユーザーコマンド (1)
Updated: 2021年7月
Index Return to Main Contents
 

名前

fibo - 実数計算ベンチマーク  

書式

fibo 引数  

説明

フィボナッチ数列を求める。ベンチマーク利用を想定。

        F0 = 0,
        F1 = 1,
        Fn+2 = Fn + Fn+1 (n ≥ 0)
 

実行例

$ time fibo 25
   :
25      121393

real    4m43.329s
user    3m47.615s
sys     0m55.000s

 

作者

mailto: akihito.yakoshi@gmail.com  

著作権

Copyright © 2021 ycos Systems


 

Index

名前
書式
説明
実行例
作者
著作権

This document was created by man2html, using the manual pages.
Time: 06:21:51 GMT, July 21, 2021