2 references to Tau
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
787static double IFloatingPointConstants<double>.Tau => Tau;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1147public static NFloat Tau => new NFloat(NativeType.Tau);