2 references to TanPi
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (1)
1405return ConvertFloatToDecimalIeee754<double, TDecimal, TValue>(double.TanPi(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1857public static NFloat TanPi(NFloat x) => new NFloat(NativeType.TanPi(x._value));