3 references to Tan
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (1)
259public 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)
1069return ConvertFloatToDecimalIeee754<double, TDecimal, TValue>(double.Tan(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1854public static NFloat Tan(NFloat x) => new NFloat(NativeType.Tan(x._value));