2 references to Tan
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (1)
252
public static double Invoke(double x) => double.
Tan
(x);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1903
public static NFloat Tan(NFloat x) => new NFloat(NativeType.
Tan
(x._value));