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