コード例 #1
0
ファイル: Single.cs プロジェクト: ZhengDaoWang/runtime
 static float IFloatingPoint <float> .Acosh(float x)
 => MathF.Acosh(x);
コード例 #2
0
        // /// <inheritdoc cref="IFloatingPointIeee754{TSelf}.Compound(TSelf, TSelf)" />
        // public static float Compound(float x, float n) => MathF.Compound(x, n);

        //
        // IHyperbolicFunctions
        //

        /// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Acosh(TSelf)" />
        public static float Acosh(float x) => MathF.Acosh(x);