コード例 #1
0
ファイル: Impl.MathApi.cs プロジェクト: avaranovich/conflux
 public float Log2f(float x)
 {
     return(Ctm.Log2f(x));
 }