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