3 references to Tau
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\RequestDelegateCreationTests.SpecialTypes.cs (1)
182
new object[] { "double", "double.Tau", double.
Tau
, true },
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
785
static double IFloatingPointConstants<double>.Tau =>
Tau
;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1147
public static NFloat Tau => new NFloat(NativeType.
Tau
);