2 implementations of Epsilon
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
792static double IFloatingPointIeee754<double>.Epsilon => Epsilon;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
789static float IFloatingPointIeee754<float>.Epsilon => Epsilon;
4 references to Epsilon
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
791/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.Epsilon" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
788/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.Epsilon" />
System.Private.Windows.Core.TestUtilities (2)
XUnit\TestData.cs (2)
47T.Epsilon, 48T.Epsilon * T.NegativeOne