2 references to Tan
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2280public static Half Tan(Half x) => (Half)MathF.Tan((float)x);
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2069public static float Tan(float x) => MathF.Tan(x);