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