3 references to Tan
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (1)
259
public static double Invoke(double x) => double.
Tan
(x);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (1)
1069
return ConvertFloatToDecimalIeee754<double, TDecimal, TValue>(double.
Tan
(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1854
public static NFloat Tan(NFloat x) => new NFloat(NativeType.
Tan
(x._value));