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