3 references to Cosh
Microsoft.ML.Transforms (2)
Expression\BuiltinFunctions.cs (2)
249FunctionProviderUtils.Fn<R8, R8>(Math.Cosh)); 667return (R4)Math.Cosh(a);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
882public static double Cosh(double x) => Math.Cosh(x);