5 references to Tanh
Microsoft.ML.Core (1)
Utilities\MathUtils.cs (1)
524
return Math.
Tanh
(x).ToFloat();
Microsoft.ML.Transforms (2)
Expression\BuiltinFunctions.cs (2)
253
FunctionProviderUtils.Fn<R8, R8>(Math.
Tanh
));
673
return (R4)Math.
Tanh
(a);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
875
public static double Tanh(double x) => Math.
Tanh
(x);
System.Runtime.Numerics (1)
System\Numerics\Complex.cs (1)
471
return new Complex(sin / cosh / D, Math.
Tanh
(y2) / D);