Ejemplo n.º 1
0
 static double IFloatingPoint <double> .Acosh(double x)
 => Math.Acosh(x);
Ejemplo n.º 2
0
 public static Half Acosh(Half x) =>
 (Half)M.Acosh(x);
Ejemplo n.º 3
0
 /// <inheritdoc cref="IFloatingPoint{TSelf}.Acosh(TSelf)" />
 public static double Acosh(double x) => Math.Acosh(x);