static float IFloatingPoint <float> .Acosh(float x) => MathF.Acosh(x);
// /// <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);