Golden Ratio

バージョン 1.8 (408 Bytes) 作成者: Kurt von Laven
Computes the golden ratio.
ダウンロード: 1.3K
更新 2015/3/13

ライセンスの表示

The golden ratio is a mathematical constant with value ( 1 + sqrt(5) ) / 2.

引用

Kurt von Laven (2026). Golden Ratio (https://jp.mathworks.com/matlabcentral/fileexchange/28845-golden-ratio), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2009b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLinear Algebra についてさらに検索
謝辞

ヒントを与えたファイル: Grid Sphere

バージョン 公開済み リリース ノート
1.8

Removed parentheses from title, and added missing space.

1.7.0.0

Marked GoldenRatio.m user-executable.

1.6.0.0

Corrected copyright year; it should be 2010, not 2015.

1.5.0.0

Removed parentheses from title, and added missing space.

1.4.0.0

Updated the implementation based on another series of performance trials. Removed trailing whitespace and switched from 2 spaces after each period to 1 in the interest of readability.

1.3.0.0

Made code available as a toolbox. No changes were made to the source code itself.

1.2.0.0

Replaced tabs with spaces so that the source code displays consistently in all text editors.

1.1.0.0

Optimized the computation of the golden ratio.

1.0.0.0