C# (CSharp) SoundLibrary.Mathematics.Function.Elementary Namespace

Classes

Name Description
Cos cos 関数。
Cosh cosh 関数。
Exp 指数関数。
Log 対数関数(任意の底)。
Log10 対数関数 log_10。
LogE 対数関数 log_e。
Polynomial 多項式。
Pow 指数関数(任意の底)。
Sin sin 関数。
Sinh sinh 関数。
Sqrt 平方根。
Tan tan 関数。
Tanh tanh 関数。