C# Class MyMath

Afficher le fichier Open project: ufcpp/UfcppSample Class Usage Examples

Méthodes publiques

Méthode Description
Test ( ) : void

Private Methods

Méthode Description
Sin ( double x ) : double

sin x を求める関数。 テイラー展開を利用。 かなり適当に作ってるので、この方法ではそんなに精度はよくない。 とはいえ、10桁程度なら C# 標準の Sin 関数と値が一致するはず。

Method Details

Test() public static méthode

public static Test ( ) : void
Résultat void